7ae9f550e55f2e15049bc21906a54dfcffff1897
[geeqie.git] / src / image_load_gdk.h
1 /*
2  * Geeqie
3  * (C) 2004 John Ellis
4  * Copyright (C) 2008 - 2011 The Geeqie Team
5  *
6  * Author: Vladimir Nadvornik
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 IMAGE_LOAD_GDK_H
14 #define IMAGE_LOAD_GDK_H
15
16 void image_loader_backend_set_default(ImageLoaderBackend *funcs);
17
18 #endif
19