X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fhelp.h;h=9aa23ddfd0117047fe28695149eba8ded7d5eda9;hb=HEAD;hp=13123872b63ccd55cff48d82575dc204df898b8c;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/headers/help.h b/src/headers/help.h old mode 100755 new mode 100644 index 1312387..9aa23dd --- a/src/headers/help.h +++ b/src/headers/help.h @@ -1,21 +1,19 @@ -/* @(#) $Id: help.h,v 1.7 2009/06/24 17:06:26 dcid Exp $ */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * 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 +