lm_ssl.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 08 Mar 2009 00:48:19 +0200
changeset 11 a8c6460d612b
parent 0 84fdfb0344c9
child 23 13f03e604c8a
permissions -rw-r--r--
Naming scheme change to more ld-friendly


#ifndef LLM_SSL_H
#define LLM_SSL_H

#include <lua.h>

#include "util.h"

string2enum_t *status_lm_ssl;

int luaopen_lm_ssl (lua_State *L);

#endif