Index: global.h
--- global.h.orig
+++ global.h
@@ -160,7 +160,7 @@ extern char    *group_file_name;
 extern group_header *current_group, *group_sequence, *rc_sequence;
 
 
-int             l_g_index, s_g_first;
+extern int      l_g_index, s_g_first;
 
 #define	Loop_Groups_Number(num) \
     for (num = 0; num < master.number_of_groups; num++)
@@ -258,7 +258,7 @@ int             nn_truncate(char *, off_t);
 char           *strsave(char *);
 char           *str3save(char *, char *, char *);
 char           *fgetstr(FILE *);
-int             getline(char *, int);
+int             get_line(char *, int);
 extern char    *tmp_directory;
 extern char    *nntp_cache_dir;
 #endif				/* _NN_GLOBAL_H */
