Identifiers starting with underscores are reserved.

Originally committed as revision 10179 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-08-22 12:41:16 +00:00
parent a282102d3f
commit 57b499c7da
5 changed files with 15 additions and 15 deletions

View File

@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef _CMD_UTILS_H
#define _CMD_UTILS_H
#ifndef CMD_UTILS_H
#define CMD_UTILS_H
typedef struct {
const char *name;
@ -70,4 +70,4 @@ void print_error(const char *filename, int err);
*/
void show_license(void);
#endif /* _CMD_UTILS_H */
#endif /* CMD_UTILS_H */