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 34031a1..eda0898 100644
--- a/src/mime.h
+++ b/src/mime.h
@@ -19,6 +19,6 @@
19#define MIME_API extern 19#define MIME_API extern
20#endif 20#endif
21 21
22MIME_API int luaopen_mimecore(lua_State *L); 22MIME_API int luaopen_mime_core(lua_State *L);
23 23
24#endif /* MIME_H */ 24#endif /* MIME_H */