summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proto.h4
-rw-r--r--include/pttstruct.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/proto.h b/include/proto.h
index 6faa25de..fb26c5c4 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -230,7 +230,7 @@ fav_t *get_current_fav(void);
int get_item_type(fav_type_t *ft);
char *get_item_title(fav_type_t *ft);
char *get_folder_title(int fid);
-void set_attr(fav_type_t *ft, int bit, char bool);
+void set_attr(fav_type_t *ft, int bit, char boolean);
void fav_sort_by_name(void);
void fav_sort_by_class(void);
int fav_load(void);
@@ -243,7 +243,7 @@ char getbrdattr(short bid);
time4_t getbrdtime(short bid);
void setbrdtime(short bid, time4_t t);
int fav_getid(fav_type_t *ft);
-void fav_tag(short id, char type, char bool);
+void fav_tag(short id, char type, char boolean);
void move_in_current_folder(int from, int to);
void fav_move(int from, int to);
fav_type_t *fav_add_line(void);
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 575dd76d..8b6d6c97 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -367,7 +367,7 @@ typedef struct userinfo_t {
int friendtotal; /* 好友比較的cache 大小 */
short nFriends; /* 下面 friend[] 只用到前幾個,
用來 bsearch */
- int friend[MAX_FRIEND];
+ int myfriend[MAX_FRIEND];
char gap_1[4];
int friend_online[MAX_FRIEND];/* point到線上好友 utmpshm的位置 */
/* 好友比較的cache 前兩個bit是狀態 */