summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proto.h1
-rw-r--r--include/pttstruct.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 388e03e8..6a540073 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -254,6 +254,7 @@ void fav_cleanup(void);
void fav_clean_invisible(void);
char current_fav_at_root(void);
fav_t *get_fav_folder(fav_type_t *ft);
+fav_t *get_fav_root(void);
void updatenewfav(int mode);
void subscribe_newfav(void);
diff --git a/include/pttstruct.h b/include/pttstruct.h
index d22f4701..d8774f8b 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -165,6 +165,7 @@ typedef struct boardheader_t {
#define BRD_SYMBOLIC 000100000 /* symbolic link to board */
#define BRD_LINK_TARGET(x) ((x)->postexpire)
+#define GROUPOP() (currmode & MODE_GROUPOP)