Ignore:
Timestamp:
Oct 29, 2007, 1:09:10 AM (17 years ago)
Author:
rainer
Message:

Utility function for threaded modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_portcheck.c

    r137 r140  
    815815#endif
    816816
    817 int sh_portchk_init ()
     817int sh_portchk_init (struct mod_type * arg)
    818818{
    819819  struct hostent * hent;
    820820  int              i = 0;
    821821  char errbuf[256];
     822  (void) arg;
    822823
    823824  if (portchk_debug)
Note: See TracChangeset for help on using the changeset viewer.