wlmaker
Loading...
Searching...
No Matches
clip.h
Go to the documentation of this file.
1/* ========================================================================= */
26#ifndef __CLIP_H__
27#define __CLIP_H__
28
31
32#include "server.h"
33
34#ifdef __cplusplus
35extern "C" {
36#endif // __cplusplus
37
47
54
55#ifdef __cplusplus
56} // extern "C"
57#endif // __cplusplus
58
59#endif /* __CLIP_H__ */
60/* == End of clip.h ======================================================== */
wlmaker_clip_t * wlmaker_clip_create(wlmaker_server_t *server_ptr)
Definition clip.c:98
void wlmaker_clip_destroy(wlmaker_clip_t *clip_ptr)
Definition clip.c:267
Definition clip.c:31
wlmaker_server_t * server_ptr
Definition clip.c:35
Definition server.h:60