summaryrefslogtreecommitdiff
path: root/a-tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'a-tools.h')
-rwxr-xr-xa-tools.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/a-tools.h b/a-tools.h
index 312c5ca..e431b4b 100755
--- a/a-tools.h
+++ b/a-tools.h
@@ -12,11 +12,11 @@
char *strsub(char *s, int p, int numbers);
-char *strcol(char *s, char *d, int c);
+char *strcol(char *s,const char *d, int c);
-int strnumcol(const char *s, char *d);
+int strnumcol(const char *s, const char *d);
-char *strgrep(char *s, FILE *f);
+char *strgrep(const char *s, FILE *f);
int roundValue(int i, int i1);