summaryrefslogtreecommitdiffstats
path: root/stream/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/udp.h')
-rw-r--r--stream/udp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/udp.h b/stream/udp.h
index b908ea4fd1..75de24703d 100644
--- a/stream/udp.h
+++ b/stream/udp.h
@@ -17,9 +17,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _UDP_H_
-#define _UDP_H_
+#ifndef UDP_H
+#define UDP_H
int udp_open_socket (URL_t *url);
-#endif /* _UDP_H_ */
+#endif /* UDP_H */