summaryrefslogtreecommitdiff
path: root/rpmio/rpmlua.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2021-11-24 11:50:52 +0100
committerPanu Matilainen <pmatilai@redhat.com>2021-11-26 13:48:47 +0200
commit369851014481c7c5d69caf2bc30bc720c4e9eab8 (patch)
tree6c3e2c767894e385a7787a2907a84dfe4bdba240 /rpmio/rpmlua.h
parentac107acdd5bceffde72704c76e1f63446876b226 (diff)
downloadrpm-369851014481c7c5d69caf2bc30bc720c4e9eab8.tar.gz
Drop unused rpmluaRegister/rpmluaGetData/rpmluaSetData functions
They are no longer needed as of the lua binding consolidation done in commit f1e721ccfc936e37dd093b5aa331410dce4ae610.
Diffstat (limited to 'rpmio/rpmlua.h')
-rw-r--r--rpmio/rpmlua.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/rpmio/rpmlua.h b/rpmio/rpmlua.h
index 9606ff827..f9732b970 100644
--- a/rpmio/rpmlua.h
+++ b/rpmio/rpmlua.h
@@ -15,8 +15,6 @@ rpmlua rpmluaFree(rpmlua lua);
rpmlua rpmluaGetGlobalState(void);
void *rpmluaGetLua(rpmlua lua);
-void rpmluaRegister(rpmlua lua, const void *regfuncs, const char *lib);
-
int rpmluaCheckScript(rpmlua lua, const char *script,
const char *name);
int rpmluaRunScript(rpmlua lua, const char *script,
@@ -24,9 +22,6 @@ int rpmluaRunScript(rpmlua lua, const char *script,
int rpmluaRunScriptFile(rpmlua lua, const char *filename);
void rpmluaInteractive(rpmlua lua);
-void *rpmluaGetData(rpmlua lua, const char *key);
-void rpmluaSetData(rpmlua lua, const char *key, const void *data);
-
char *rpmluaPopPrintBuffer(rpmlua lua);
void rpmluaPushPrintBuffer(rpmlua lua);