diff options
Diffstat (limited to 'cmd.h')
| -rw-r--r-- | cmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd.h b/cmd.h index 8e6f7538c4..4dcfe885a4 100644 --- a/cmd.h +++ b/cmd.h @@ -58,7 +58,6 @@ char **breakline(char *input, int *count); void doneline(char *input, char **vec); char *fetchline(void); -long long cvtnum(char *s); void cvtstr(double value, char *str, size_t sz); struct timeval tsub(struct timeval t1, struct timeval t2); |