Added the new version for dummynet.
[ipfw.git] / dummynet / include / sys / module.h
index 5296517..85bf220 100644 (file)
@@ -19,7 +19,6 @@ typedef struct moduledata {
         void            *priv;          /* extra data */
 } moduledata_t;
 
-int my_mod_register(struct moduledata *mod, const char *name, int order);
 /*
  * Hook the module descriptor, md, into our list of things to do.
  * We should in principle respect the order of loading.