summaryrefslogtreecommitdiffstats
path: root/RPM4/src/RPM4.xs
diff options
context:
space:
mode:
Diffstat (limited to 'RPM4/src/RPM4.xs')
-rw-r--r--RPM4/src/RPM4.xs4
1 files changed, 4 insertions, 0 deletions
diff --git a/RPM4/src/RPM4.xs b/RPM4/src/RPM4.xs
index 4e62492..47de9dc 100644
--- a/RPM4/src/RPM4.xs
+++ b/RPM4/src/RPM4.xs
@@ -2143,23 +2143,27 @@ rpmsysinfodep(sysinfofile = NULL)
char * sysinfofile
PREINIT:
PPCODE:
+ croak("rpmsysinfodep exists only in rpm5; unused anyway");
void
rpmgetconfdep(path = NULL)
char * path
PREINIT:
PPCODE:
+ croak("rpmgetconfdep exists only in rpm5; unused anyway");
void
rpmcpuinfodep(path = NULL)
char * path
PREINIT:
PPCODE:
+ croak("rpmcpuinfodep exists only in rpm5; unused anyway");
void
rpmunamedep()
PREINIT:
PPCODE:
+ croak("rpmunamedep exists only in rpm5; unused anyway");
void
rpmpipedep(cmd, tag = 0)