aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 19:37:55 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 19:37:55 -0800
commita0bb2cdc6e697c58ec3ebcd455b56347228092e5 (patch)
tree25e49dfa40c28a29ff227f063dcadc8aac9af021 /util.h
parent0a5680c3e8c41e5f19b3beb4e6ac31a8560f99dd (diff)
removed some string_buffer
Diffstat (limited to 'util.h')
-rw-r--r--util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/util.h b/util.h
index d9561585..6ede992d 100644
--- a/util.h
+++ b/util.h
@@ -163,11 +163,6 @@ int wcsfilecmp( const wchar_t *a, const wchar_t *b );
void sb_init( string_buffer_t * );
/**
- Allocate memory for storing a stringbuffer and init it
-*/
-string_buffer_t *sb_new();
-
-/**
Append a part of a string to the buffer.
*/
void sb_append_substring( string_buffer_t *, const wchar_t *, size_t );