diff options
Diffstat (limited to 'include/molerat.h')
-rwxr-xr-x | include/molerat.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/molerat.h b/include/molerat.h new file mode 100755 index 0000000..4c07866 --- /dev/null +++ b/include/molerat.h @@ -0,0 +1,9 @@ +#ifndef _MOLERAT_H_ +#define _MOLERAT_H_ + +struct key { + char* key; + char* value; +}; + +#endif |