Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706830 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/extern.h
0
++ b/src/extern.h
Lines 61-67 Link Here
61
extern int submit(char *username, char *password);
61
extern int submit(char *username, char *password);
62
extern void shutdown_submit(void);
62
extern void shutdown_submit(void);
63
#ifdef USE_DUMMY
63
#ifdef USE_DUMMY
64
char **submit_dummy_list;
64
extern char **submit_dummy_list;
65
#endif /* USE_DUMMY */
65
#endif /* USE_DUMMY */
66
66
67
/* files.c */
67
/* files.c */

Return to bug 706830