[Anet-checkins] CVS: ANet/ANet_Daemon/Core ModuleLoader.c,1.1,1.2
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@us...> - 2001-11-07 21:26:13
|
Update of /cvsroot/anet/ANet/ANet_Daemon/Core In directory usw-pr-cvs1:/tmp/cvs-serv11462/ANet_Daemon/Core Modified Files: ModuleLoader.c Log Message: "" Index: ModuleLoader.c =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Core/ModuleLoader.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ModuleLoader.c 2001/10/27 15:44:14 1.1 --- ModuleLoader.c 2001/11/07 21:26:10 1.2 *************** *** 31,32 **** --- 31,33 ---- //store info in list } + UInt32 ANetAddModuleName(ANetModuleInfo *modInfo, char *moduleName) { // TO use the madule structure. } UInt32 ANetAddFunctionMap(ANetModuleInfo *modInfo, ANetFunctionMap *funcMap) { // I am not sure as yet. } \ No newline at end of file |