| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | /* | |
| 3 | * Header file for rholo program | |
| 4 | */ | |
| 5 | + | #ifndef _RAD_RHOLO_H_ |
| 6 | + | #define _RAD_RHOLO_H_ |
| 7 | ||
| 8 | #include "holo.h" | |
| 9 | #include "vars.h" | |
| 10 | ||
| 11 | + | #ifdef __cplusplus |
| 12 | + | extern "C" { |
| 13 | + | #endif |
| 14 | + | |
| 15 | #ifndef RPACKSIZ | |
| 16 | #define RPACKSIZ 21 /* good packet size */ | |
| 17 | #endif | |
| # | Line 114 | Line 120 | extern char *rtargv[]; | |
| 120 | extern PACKET *do_packets(), *get_packets(), *flush_queue(); | |
| 121 | ||
| 122 | extern int16 *viewbeams(); | |
| 123 | + | |
| 124 | + | |
| 125 | + | #ifdef __cplusplus |
| 126 | + | } |
| 127 | + | #endif |
| 128 | + | #endif /* _RAD_RHOLO_H_ */ |
| 129 | + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |