diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-08 18:22:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-08 18:22:47 +0100 |
commit | e82f3b86d4e44789311fe4632cba2033e3b57b0c (patch) | |
tree | 169338224e20d355016c5ae05e8b516133627692 | |
parent | fix typos (diff) | |
download | mds-e82f3b86d4e44789311fe4632cba2033e3b57b0c.tar.gz mds-e82f3b86d4e44789311fe4632cba2033e3b57b0c.tar.bz2 mds-e82f3b86d4e44789311fe4632cba2033e3b57b0c.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-kbdc/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds-kbdc/string.h b/src/mds-kbdc/string.h index 4005655..92051af 100644 --- a/src/mds-kbdc/string.h +++ b/src/mds-kbdc/string.h @@ -54,5 +54,6 @@ char32_t* string_decode(const char* restrict string) __attribute__((nonnull)); char* string_encode(const char32_t* restrict string) __attribute__((nonnull)); + #endif |