X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2F_infotojson%2Futils.h;h=24f3375ef3699671733dfb20362110983bf2a17c;hp=4a94e573f0f899d6de151bfbbe755d0efffa80a8;hb=fe35ee039b64d8a585a9766b293b1393b4f8c787;hpb=f51dd128c16fd6c654bdfbdcb19204bf9a867fe5 diff --git a/tools/_infotojson/utils.h b/tools/_infotojson/utils.h index 4a94e573..24f3375e 100644 --- a/tools/_infotojson/utils.h +++ b/tools/_infotojson/utils.h @@ -14,4 +14,4 @@ void * palloc(int size); char *aprintf(const char *fmt, ...); -int strreplace(char * str, char src, char dest); +void strreplace(char * str, char src, char dest);