Changeset 163 for trunk/xc_shm.h
- Timestamp:
- 2006-09-13T14:11:36+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/xc_shm.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xc_shm.h
r148 r163 52 52 }; 53 53 #endif 54 typedef struct _xc_shm_scheme_t xc_shm_scheme_t; 54 55 55 56 void xc_shm_init_modules(); 56 57 int xc_shm_scheme_register(const char *name, const xc_shm_handlers_t *handlers); 57 58 const xc_shm_handlers_t *xc_shm_scheme_find(const char *name); 59 xc_shm_scheme_t *xc_shm_scheme_first(); 60 xc_shm_scheme_t *xc_shm_scheme_next(xc_shm_scheme_t *scheme); 61 const char *xc_shm_scheme_name(xc_shm_scheme_t *scheme); 58 62 59 63 xc_shm_t *xc_shm_init(const char *type, xc_shmsize_t size, int readonly_protection, const void *arg1, const void *arg2);
Note: See TracChangeset
for help on using the changeset viewer.

