]> Dogcows Code - chaz/openbox/blob - openbox/plugin.h
d5cb2f6f27747bfbe725fe1af20fc3291030bdbe
[chaz/openbox] / openbox / plugin.h
1 #ifndef __plugin_h
2 #define __plugin_h
3
4 void plugin_startup();
5 void plugin_shutdown();
6
7 gboolean plugin_open(char *name);
8 void plugin_close(char *name);
9
10 #endif
This page took 0.035596 seconds and 4 git commands to generate.