summaryrefslogtreecommitdiffstats
path: root/src/package.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.h')
-rw-r--r--src/package.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/package.h b/src/package.h
index 91d87e12..11547057 100644
--- a/src/package.h
+++ b/src/package.h
@@ -23,6 +23,8 @@
#include "list.h"
+#define FREEPKG(p) { freepkg(p); p = NULL; }
+
/* mods for depend_t.mod */
#define DEP_ANY 0
#define DEP_EQ 1