diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-30 15:21:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-30 15:21:55 +0100 |
commit | 2181a7f558eb52a22f09f8add9ac0abb4f2ee016 (patch) | |
tree | 0de6c09897dd3ff80d13a9ccfab62839e2234ae5 /src/shared/util.h | |
parent | a3de5ae1d7d881bbd4869c6c4a200c84bda00ced (diff) |
bus: implement server mode, and anonymous authentication
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 485733f650..0d05cd6653 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -609,5 +609,7 @@ static inline void *mempset(void *s, int c, size_t n) { } char *hexmem(const void *p, size_t l); +void *unhexmem(const char *p, size_t l); + char *strextend(char **x, ...); char *strrep(const char *s, unsigned n); |