diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-05 17:22:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-05 17:22:35 +0000 |
| commit | 038e61197479865d15cb6ef686e80e47bf2fd843 (patch) | |
| tree | fe6b5ca0e24e118c610740c0d898c555440a4d76 /plugins/mouse/mouseparse.h | |
| parent | bca8082d6d09a16a116c70001469a576b93157ce (diff) | |
better error msgs
Diffstat (limited to 'plugins/mouse/mouseparse.h')
| -rw-r--r-- | plugins/mouse/mouseparse.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/mouse/mouseparse.h b/plugins/mouse/mouseparse.h new file mode 100644 index 00000000..0d28d59b --- /dev/null +++ b/plugins/mouse/mouseparse.h @@ -0,0 +1,8 @@ +#ifndef __plugins_mouse_mouseparse_h +#define __plugins_mouse_mouseparse_h + +#include "kernel/parse.h" + +void mouseparse(ParseToken *token); + +#endif |
