diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-20 03:15:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-20 23:00:09 +0100 |
commit | 9a17484d986f6cb8828afdf911db425b574c63fd (patch) | |
tree | 878d64b9079ae9dfd878be7362d58e49128db4cd /src/shared/util.h | |
parent | 5407f2dea3efa5234140f1adb9c2be9916d77cdc (diff) |
bus: implement demarshaller
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 25c00843ec..f75c66bb83 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -608,3 +608,4 @@ static inline void *mempset(void *s, int c, size_t n) { char *hexmem(const void *p, size_t l); char *strextend(char **x, ...); +char *strrep(const char *s, unsigned n); |