diff options
Diffstat (limited to 'src/apk_applet.h')
-rw-r--r-- | src/apk_applet.h | 3 |
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; |