This website requires JavaScript.
Explore
Help
Sign In
folkslinux
/
rpm
mirror of
https://github.com/rpm-software-management/rpm.git
Watch
1
Star
0
Fork
You've already forked rpm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
24bb3c7ce2
rpm
/
lua
/
local
/
lposix.h
8 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
- Implemented support for internal Lua scripts. - Implemented %pretrans and %posttrans script slots. Changed files: Makefile.am configure.ac build/pack.c build/parseScript.c build/parseSpec.c build/rpmbuild.h build/rpmspec.h lib/Makefile.am lib/psm.c lib/rpmlib.h lib/rpmlibprov.c lib/rpmts.c lib/rpmts.h lib/transaction.c Added files: lib/rpmlua.c lib/rpmlua.h lua/* CVS patchset: 7175 CVS date: 2004/03/16 21:58:25
2004-03-17 05:58:25 +08:00
#
ifndef LPOSIX_H
#
define LPOSIX_H
Splint annotations. CVS patchset: 7182 CVS date: 2004/03/23 05:09:13
2004-03-23 13:09:13 +08:00
int
luaopen_posix
(
lua_State
*
L
)
/*@modifies L @*/
;
- Implemented support for internal Lua scripts. - Implemented %pretrans and %posttrans script slots. Changed files: Makefile.am configure.ac build/pack.c build/parseScript.c build/parseSpec.c build/rpmbuild.h build/rpmspec.h lib/Makefile.am lib/psm.c lib/rpmlib.h lib/rpmlibprov.c lib/rpmts.c lib/rpmts.h lib/transaction.c Added files: lib/rpmlua.c lib/rpmlua.h lua/* CVS patchset: 7175 CVS date: 2004/03/16 21:58:25
2004-03-17 05:58:25 +08:00
#
endif