summaryrefslogtreecommitdiff
path: root/src/utility.h
blob: 91745ed4ce80108af1fb581b37ce522980d96ce6 (plain)
1
2
3
4
5
6
7
8
#ifndef UTILITY_H
#define UTILITY_H

#include <glib/gi18n.h>

extern GSettings *g_settings_var;

#endif