/[LeafOK_CVS]/lbbs/include/file_loader.h
ViewVC logotype

Diff of /lbbs/include/file_loader.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.3 by sysadm, Sat May 17 05:54:42 2025 UTC Revision 1.4 by sysadm, Sun May 18 06:56:08 2025 UTC
# Line 26  extern void file_loader_cleanup(void); Line 26  extern void file_loader_cleanup(void);
26  extern int load_file_shm(const char *filename);  extern int load_file_shm(const char *filename);
27  extern int unload_file_shm(const char *filename);  extern int unload_file_shm(const char *filename);
28    
29  // Returned shared memory should be detached by shmdt()  extern const void *get_file_shm(const char *filename, size_t *p_data_len, long *p_line_total, const void **pp_data, const long **pp_line_offsets);
 extern const void *get_file_shm(const char *filename);  
30    
31  #endif //_FILE_LOADER_H_  #endif //_FILE_LOADER_H_


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1