lm_ssl.h
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 23 Mar 2009 05:47:09 +0200
changeset 14 4cb715fed99b
parent 11 a8c6460d612b
child 23 13f03e604c8a
permissions -rw-r--r--
Merge children and child node methods


#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