aboutsummaryrefslogtreecommitdiff
path: root/src/mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mime.h')
-rw-r--r--src/mime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mime.h b/src/mime.h
index 8323783..b91f735 100644
--- a/src/mime.h
+++ b/src/mime.h
@@ -12,6 +12,6 @@
12\*=========================================================================*/ 12\*=========================================================================*/
13#include <lua.h> 13#include <lua.h>
14 14
15void mime_open(lua_State *L); 15int mime_open(lua_State *L);
16 16
17#endif /* MIME_H */ 17#endif /* MIME_H */