wlmaker
Loading...
Searching...
No Matches
dock.h
Go to the documentation of this file.
1/* ========================================================================= */
26#ifndef __DOCK_H__
27#define __DOCK_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 /* __DOCK_H__ */
60/* == End of dock.h ======================================================== */
void wlmaker_dock_destroy(wlmaker_dock_t *dock_ptr)
Definition dock.c:146
wlmaker_dock_t * wlmaker_dock_create(wlmaker_server_t *server_ptr)
Definition dock.c:87
Definition dock.c:31
wlmaker_server_t * server_ptr
Definition dock.c:35
Definition server.h:60