summaryrefslogtreecommitdiff
path: root/lib/rpmmacro.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1998-12-01 23:28:26 +0000
committerjbj <devnull@localhost>1998-12-01 23:28:26 +0000
commitd13e72854260e93b68cae7fd9bf3304743c69ace (patch)
tree420013c0839d595b62a52d76be2443ab94c18382 /lib/rpmmacro.h
parentd1b089000e2b91f6d42848b4ccd4a30b0aae223c (diff)
downloadlibrpm-tizen-d13e72854260e93b68cae7fd9bf3304743c69ace.tar.gz
librpm-tizen-d13e72854260e93b68cae7fd9bf3304743c69ace.tar.bz2
librpm-tizen-d13e72854260e93b68cae7fd9bf3304743c69ace.zip
More build popts moved to build.c
Fix access of freed memory. CVS patchset: 2571 CVS date: 1998/12/01 23:28:26
Diffstat (limited to 'lib/rpmmacro.h')
-rw-r--r--lib/rpmmacro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rpmmacro.h b/lib/rpmmacro.h
index 9642e556f..ba01ed6d5 100644
--- a/lib/rpmmacro.h
+++ b/lib/rpmmacro.h
@@ -46,6 +46,8 @@ extern "C" {
int isCompressed(char *file, int *compressed);
+void dumpMacroTable __P((MacroContext *mc));
+
void initMacros __P((MacroContext *mc, const char *macrofile));
void freeMacros __P((MacroContext *mc));