lm_ssl.h
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 19 May 2009 00:42:01 +0300
changeset 20 0ce7093df25f
parent 11 a8c6460d612b
child 23 13f03e604c8a
permissions -rw-r--r--
Pre-publish changes * gitignore cleanup * cmake package generator option in cache * util use strcasecmp


#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