diff options
author | wl <wl> | 2005-03-18 07:04:47 +0000 |
---|---|---|
committer | wl <wl> | 2005-03-18 07:04:47 +0000 |
commit | 146ed4b884440ee40361ef356330b66b4aed6b12 (patch) | |
tree | b0de76f7c46cf54107ff32f5836ef3b7a2d50019 /src/include | |
parent | 143ca10ab1ab8508dfee6255c36b8beed79323dc (diff) | |
download | groff-146ed4b884440ee40361ef356330b66b4aed6b12.tar.gz |
* src/include/lib.h: Updated.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/lib.h b/src/include/lib.h index 7fc18ce6..4c0e2476 100644 --- a/src/include/lib.h +++ b/src/include/lib.h @@ -30,7 +30,6 @@ extern "C" { const char *i_to_a(int); const char *ui_to_a(unsigned int); const char *if_to_a(int, int); - double groff_hypot(double, double); } /* stdio.h on IRIX, OSF/1, emx, UWIN, and MinGW include getopt.h */ @@ -55,6 +54,7 @@ extern "C" { char *strsave(const char *s); int is_prime(unsigned); +double groff_hypot(double, double); #include <stdio.h> #include <string.h> |