/[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.4 by sysadm, Sun May 18 06:56:08 2025 UTC Revision 1.5 by sysadm, Sun May 25 06:48:31 2025 UTC
# Line 23  Line 23 
23  extern int file_loader_init(void);  extern int file_loader_init(void);
24  extern void file_loader_cleanup(void);  extern void file_loader_cleanup(void);
25    
26  extern int load_file_shm(const char *filename);  extern int load_file(const char *filename);
27  extern int unload_file_shm(const char *filename);  extern int unload_file(const char *filename);
28    
29  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_readonly(const char *filename, size_t *p_data_len, long *p_line_total, const void **pp_data, const long **pp_line_offsets);
30    extern int detach_file_shm(const void *p_shm);
31    
32  #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