wlmaker
Loading...
Searching...
No Matches
clip.h
Go to the documentation of this file.
1/* ========================================================================= */
26#ifndef __CLIP_H__
27#define __CLIP_H__
28
29#include <libbase/plist.h>
30#include <libbase/libbase.h>
31
34
35#include "config.h"
36#include "server.h"
37
38#ifdef __cplusplus
39extern "C" {
40#endif // __cplusplus
41
53 bspl_dict_t *state_dict_ptr,
54 const wlmaker_config_style_t *style_ptr);
55
62
64extern const bs_test_case_t wlmaker_clip_test_cases[];
65
66#ifdef __cplusplus
67} // extern "C"
68#endif // __cplusplus
69
70#endif /* __CLIP_H__ */
71/* == End of clip.h ======================================================== */
const bs_test_case_t wlmaker_clip_test_cases[]
Definition clip.c:830
wlmaker_clip_t * wlmaker_clip_create(wlmaker_server_t *server_ptr, bspl_dict_t *state_dict_ptr, const wlmaker_config_style_t *style_ptr)
Definition clip.c:172
void wlmaker_clip_destroy(wlmaker_clip_t *clip_ptr)
Definition clip.c:316
Definition clip.c:46
wlmaker_server_t * server_ptr
Definition clip.c:53
Definition server.h:84
Definition config.h:73