aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-03 14:52:49 +0100
committerMax Kellermann <max@duempel.org>2009-01-03 14:52:49 +0100
commit03524fb81c81cf41b10fe1e478cd6a029afe1f29 (patch)
treebe03afa018683a914741301eba5f16efa3b836db /src/utils.h
parentd342e338db085e8e8f6eded2aef48c7ca41239ae (diff)
tag: use g_strescape() to eliminate evil characters
This always allocates strings on the heap, but we can delete the stripReturnChar() function now.
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index 0e210cd5..dff41bab 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -36,8 +36,6 @@
} while (0)
#endif /* !assert_static */
-void stripReturnChar(char *string);
-
void my_usleep(long usec);
/* trivial functions, keep them inlined */