From 2b6af2000b421057a3194a962a9ab6be39d0a838 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Jan 2008 21:35:58 +0000 Subject: Add multiple inclusion guards to all header files that lack them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'command.h') diff --git a/command.h b/command.h index ab282a6d52..5e0e69334d 100644 --- a/command.h +++ b/command.h @@ -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 */ -- cgit v1.2.3