Remove commented out code.
[geeqie.git] / src / misc.h
1 /*
2  * Geeqie
3  * Copyright (C) 2008 - 2012 The Geeqie Team
4  *
5  * Authors: Vladimir Nadvornik / Laurent Monin
6  *
7  *
8  * This software is released under the GNU General Public License (GNU GPL).
9  * Please read the included file COPYING for more information.
10  * This software comes with no warranty of any kind, use at your own risk!
11  */
12
13 #ifndef MISC_H
14 #define MISC_H
15
16 gdouble get_zoom_increment(void);
17 gchar *utf8_validate_or_convert(const gchar *text);
18 gint utf8_compare(const gchar *s1, const gchar *s2, gboolean case_sensitive);
19 gchar *expand_tilde(const gchar *filename);
20 int runcmd(gchar *cmd);
21
22 #endif /* MISC_H */
23 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */