summaryrefslogtreecommitdiff
path: root/luaext/lposix.h
blob: 1f9afe9803d687f18d6c26c12a2ac679c35ef148 (plain)
1
2
3
4
5
6
7
#ifndef LPOSIX_H
#define LPOSIX_H

int luaopen_posix (lua_State *L);
int luaopen_rpm_os (lua_State *L);

#endif