diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2005-01-02 23:49:58 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2005-01-02 23:49:58 -0500 |
commit | 1fc1d8afcb5b9947e2b9665514dbfd1e86c0bf3f (patch) | |
tree | a83fd699321c8545516d56abcda6c9718fd1f4fb /src/LYList.h | |
parent | bed9a2c79bfdde6e4ec89d9d02a5d6e88ae12f79 (diff) | |
download | lynx-snapshots-1fc1d8afcb5b9947e2b9665514dbfd1e86c0bf3f.tar.gz |
snapshot of project "lynx", label v2-8-6dev_10
Diffstat (limited to 'src/LYList.h')
-rw-r--r-- | src/LYList.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/LYList.h b/src/LYList.h index a3955bc6..3d99adbe 100644 --- a/src/LYList.h +++ b/src/LYList.h @@ -3,7 +3,13 @@ #include <LYStructs.h> -extern int showlist(DocInfo *newdoc, BOOLEAN titles); -extern void printlist(FILE *fp, BOOLEAN titles); +#ifdef __cplusplus +extern "C" { +#endif + extern int showlist(DocInfo *newdoc, BOOLEAN titles); + extern void printlist(FILE *fp, BOOLEAN titles); -#endif /* LYLIST_H */ +#ifdef __cplusplus +} +#endif +#endif /* LYLIST_H */ |