projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a1a620
)
Fix prototype of subst()
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 11:18:14 +0000
(12:18 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 11:18:14 +0000
(12:18 +0100)
Commit
e1b93f5
changed the signature of this function, but not the
prototype.
src/daemon/utils_subst.h
patch
|
blob
|
history
diff --git
a/src/daemon/utils_subst.h
b/src/daemon/utils_subst.h
index
9085286
..
50df9c7
100644
(file)
--- a/
src/daemon/utils_subst.h
+++ b/
src/daemon/utils_subst.h
@@
-66,7
+66,7
@@
*
* The function returns 'buf' on success, NULL else.
*/
-char *subst (char *buf, size_t buflen, const char *string,
int off1, in
t off2,
+char *subst (char *buf, size_t buflen, const char *string,
size_t off1, size_
t off2,
const char *replacement);
/*