Changeset 593 for branches/1.3/xc_shm.h
- Timestamp:
- 2009-07-05T06:06:15+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xc_shm.h
r394 r593 1 #ifndef XC_SHM_H 2 #define XC_SHM_H 1 3 typedef struct _xc_shm_handlers_t xc_shm_handlers_t; 2 4 … … 66 68 xc_shm_t *xc_shm_init(const char *type, xc_shmsize_t size, int readonly_protection, const void *arg1, const void *arg2); 67 69 void xc_shm_destroy(xc_shm_t *shm); 70 #endif
Note: See TracChangeset
for help on using the changeset viewer.

