diff options
Diffstat (limited to 'h')
-rw-r--r-- | h/zephyr/zephyr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h index 954313f..60b8231 100644 --- a/h/zephyr/zephyr.h +++ b/h/zephyr/zephyr.h @@ -151,6 +151,7 @@ extern int errno; /* Random declarations */ extern char *ZGetSender(), *ZGetVariable(); +extern u_short ZGetWGPort(); /* Successful function return */ #define ZERR_NONE 0 |