gozilla.c (global-6.6.4) | : | gozilla.c (global-6.6.5) | ||
---|---|---|---|---|
skipping to change at line 48 | skipping to change at line 48 | |||
#ifdef SLIST_ENTRY | #ifdef SLIST_ENTRY | |||
#undef SLIST_ENTRY | #undef SLIST_ENTRY | |||
#endif | #endif | |||
#endif | #endif | |||
#include "global.h" | #include "global.h" | |||
#include "regex.h" | #include "regex.h" | |||
#include "const.h" | #include "const.h" | |||
/** | /** | |||
gozilla - force mozilla browser to display specified part of a source file. | gozilla - force firefox to display specified part of a source file. | |||
*/ | */ | |||
static void usage(void); | static void usage(void); | |||
static void help(void); | static void help(void); | |||
int main(int, char **); | int main(int, char **); | |||
void getdefinitionURL(const char *, const char *, STRBUF *); | void getdefinitionURL(const char *, const char *, STRBUF *); | |||
void getURL(const char *, const char *, STRBUF *); | void getURL(const char *, const char *, STRBUF *); | |||
int convertpath(const char *, const char *, const char *, STRBUF *); | int convertpath(const char *, const char *, const char *, STRBUF *); | |||
void makefileurl(const char *, int, STRBUF *); | void makefileurl(const char *, int, STRBUF *); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |