summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorGian Demarmels <gian@demarmels.org>2022-02-04 16:50:32 +0100
committerGian Demarmels <gian@demarmels.org>2022-02-04 16:50:32 +0100
commita67786078bb3617ea8d4d308b21781fd0a1c2258 (patch)
tree67d476fe3e096001997f6de77d1db92bcd643bbb /src/include/taler_util.h
parent8674f32aec8113ced6b2c2be625728b31158fff8 (diff)
downloadexchange-a67786078bb3617ea8d4d308b21781fd0a1c2258.tar.gz
exchange-a67786078bb3617ea8d4d308b21781fd0a1c2258.tar.bz2
exchange-a67786078bb3617ea8d4d308b21781fd0a1c2258.zip
resolves merge conflicts
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 26440cb1d..f64811a46 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -444,7 +444,7 @@ TALER_yna_to_string (enum TALER_EXCHANGE_YesNoAll yna);
* @param c the character to search for
* @return char* the first occurence of `c` in `s`
*/
-char * strchrnul (const char *s, int c);
+char *strchrnul (const char *s, int c);
#endif