Changeset 140 for trunk/src/sh_kern.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_kern.c

    r137 r140  
    17541754static int AddressReconf = 0;
    17551755
    1756 int sh_kern_init ()
     1756int sh_kern_init (struct mod_type * arg)
    17571757{
    17581758#if defined(HOST_IS_LINUX)
     
    17601760  char         * str;
    17611761#endif
     1762  (void) arg;
    17621763
    17631764  SL_ENTER(_("sh_kern_init"));
Note: See TracChangeset for help on using the changeset viewer.