summaryrefslogtreecommitdiffstats
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils.h b/utils.h
index 16de69c..f651d35 100644
--- a/utils.h
+++ b/utils.h
@@ -33,8 +33,6 @@ struct list_head {
struct list_head *list_head_alloc(struct list_head *prev, struct list_head *next,
const void *data);
void list_head_free(struct list_head *list);
-int ascii2gsm7_ussd(char *data, unsigned char **data_enc, int length);
-int utf8_write(char *utf8, int offset, int v);
int data_dump(const void *data, size_t size);
int strings_array_free(char **array, size_t size);
int eventfd_flush(int fd);