summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg.h b/pkg.h
index 92df2f9..a63aa3f 100644
--- a/pkg.h
+++ b/pkg.h
@@ -94,6 +94,7 @@ char * packages_get_var (GSList *pkgs,
void add_search_dir (const char *path);
+void add_search_dirs (const char *path, const char *separator);
void package_init (void);
int compare_versions (const char * a, const char *b);
gboolean version_test (ComparisonType comparison,