diff options
Diffstat (limited to 'grundgeruest/conv.h')
| -rw-r--r-- | grundgeruest/conv.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/grundgeruest/conv.h b/grundgeruest/conv.h new file mode 100644 index 0000000..f593aab --- /dev/null +++ b/grundgeruest/conv.h @@ -0,0 +1,7 @@ +#ifndef _CONV_H +#define _CONV_H + +void conv(); +void conv_cleanup(); + +#endif |
