summaryrefslogtreecommitdiffstats
path: root/src/apk_applet.h
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2008-04-21 16:30:10 +0000
committerTimo Teras <timo.teras@iki.fi>2008-04-21 16:30:10 +0000
commit823283edca0d8403742999917a4ff0698ad641cb (patch)
treec023160837e616ca5ff5e85cc754cd3e17bd1d2e /src/apk_applet.h
parent951602e551bc56b433f7c6d908998b6289890b09 (diff)
Argument parsing. Some other stuff too.
Diffstat (limited to 'src/apk_applet.h')
-rw-r--r--src/apk_applet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/apk_applet.h b/src/apk_applet.h
index 4107135..e4c2e1d 100644
--- a/src/apk_applet.h
+++ b/src/apk_applet.h
@@ -12,6 +12,9 @@
#ifndef APK_APPLET_H
#define APK_APPLET_H
+extern const char *apk_root;
+extern const char *apk_repository;
+
struct apk_applet {
const char *name;
const char *usage;