aboutsummaryrefslogtreecommitdiff
path: root/src/mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mime.h')
-rw-r--r--src/mime.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mime.h b/src/mime.h
index ad8a573..688d043 100644
--- a/src/mime.h
+++ b/src/mime.h
@@ -19,10 +19,6 @@
19#define MIME_API extern 19#define MIME_API extern
20#endif 20#endif
21 21
22#ifndef MIME_LIBNAME
23#define MIME_LIBNAME "mime"
24#endif
25
26MIME_API int luaopen_mime(lua_State *L); 22MIME_API int luaopen_mime(lua_State *L);
27 23
28#endif /* MIME_H */ 24#endif /* MIME_H */