X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fhelp.h;h=9aa23ddfd0117047fe28695149eba8ded7d5eda9;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=e6ad43358d389b4138cdb404d627de281644f16e;hpb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;p=ossec-hids.git diff --git a/src/headers/help.h b/src/headers/help.h old mode 100755 new mode 100644 index e6ad433..9aa23dd --- a/src/headers/help.h +++ b/src/headers/help.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/headers/help.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -10,13 +7,13 @@ * Foundation */ -/* Help Function - */ +/* Help Function */ #ifndef __HELP_H - #define __HELP_H -void help(const char *); -void print_version(); + +void print_header(void); +void print_version(void) __attribute__((noreturn)); #endif +