Changeset 140 for trunk/src/sh_utmp.c


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_utmp.c

    r132 r140  
    461461 *
    462462 *************/
    463 int sh_utmp_init ()
     463int sh_utmp_init (struct mod_type * arg)
    464464{
    465465  static int done = 0;
     466  (void) arg;
    466467
    467468  SL_ENTER(_("sh_utmp_init"));
Note: See TracChangeset for help on using the changeset viewer.