diff options
Diffstat (limited to 'modules.h')
-rw-r--r-- | modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,6 +113,7 @@ BEGINinterface(module) /* name must also be changed in ENDinterface macro! */ rsRetVal (*UnloadAndDestructDynamic)(void); rsRetVal (*doModInit)(rsRetVal (*modInit)(), uchar *name, void *pModHdlr); rsRetVal (*Load)(uchar *name); + rsRetVal (*SetModDir)(uchar *name); ENDinterface(module) #define moduleCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */ |