diff options
Diffstat (limited to 'include/compat.h')
-rw-r--r-- | include/compat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/compat.h b/include/compat.h new file mode 100644 index 000000000..c1f900a9e --- /dev/null +++ b/include/compat.h @@ -0,0 +1,6 @@ +#ifndef _COMPAT_H_ +#define _COMPAT_H_ + +int hextobyte( const char *s ); + +#endif /* !_COMPAT_H_ */ |