lm_ssl.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 21 Feb 2009 12:43:51 +0200
changeset 7 5db1448eb857
parent 0 84fdfb0344c9
child 11 a8c6460d612b
permissions -rw-r--r--
Message have node methods


#ifndef LLM_SSL_H
#define LLM_SSL_H

#include <lua.h>

#include "util.h"

string2enum_t *llm_ssl_status;

int luaopen_lm_ssl (lua_State *L);

#endif