aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/util.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-02-15 11:36:03 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-02-15 11:36:03 -0700
commit681cb249c31e4e17e3ae9b8f68b10d7f33fea402 (patch)
tree2ec13d9a2713dc5a3923badc90ce0941dceaae2e /src/util.h
parente5c2785c5de5230d49be57e172e925a99895b52f (diff)
replace itos() with g_strdup_printf()
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 388c202..87fe53a 100644
--- a/src/util.h
+++ b/src/util.h
@@ -16,5 +16,4 @@ char* str_replace(const char* search, const char* replace, const char* str
gboolean for_each_line_in_file(const gchar *path, void (*callback)(const gchar *l, void *c), void *user_data);
enum exp_type get_exp_type(const gchar*);
gchar* find_existing_file(gchar*);
-char* itos(int val);
gchar* argv_idx(const GArray*, const guint);