diff command.h @ 25553:6ac1ece1f9fe

Add multiple inclusion guards to all header files that lack them.
author diego
date Tue, 01 Jan 2008 21:35:58 +0000
parents 1d807885ce7b
children 4129c8cfa742
line wrap: on
line diff
--- a/command.h	Tue Jan 01 21:20:06 2008 +0000
+++ b/command.h	Tue Jan 01 21:35:58 2008 +0000
@@ -1,3 +1,8 @@
+#ifndef COMMAND_H
+#define COMMAND_H
+
 int run_command(struct MPContext *mpctx, mp_cmd_t *cmd);
 char *property_expand_string(struct MPContext *mpctx, char *str);
 void property_print_help(void);
+
+#endif /* COMMAND_H */