X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fwait_op.h;h=562bb8b137c23ac59d3164bafc28be80d5a105e4;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=315909f5e6d81c16746ff539201fdb784426447a;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/headers/wait_op.h b/src/headers/wait_op.h old mode 100755 new mode 100644 index 315909f..562bb8b --- a/src/headers/wait_op.h +++ b/src/headers/wait_op.h @@ -1,22 +1,18 @@ -/* @(#) $Id: wait_op.h,v 1.4 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 */ #ifndef __WAIT_OP_H -#define __WAIT_OP_H - - -void os_setwait(); +#define __WAIT_OP_H -void os_delwait(); - -void os_wait(); +void os_setwait(void); +void os_delwait(void); +void os_wait(void); #endif +