diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-12-12 15:51:06 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-12-12 15:51:06 +0100 |
| commit | c8caea8a8510c31fc028501acf44734f48b8dc3b (patch) | |
| tree | f6d33dd4953c43b42d1d962223a0d05384b5e1a1 /src/job-manager.h | |
| parent | 1089f1fcf55591dd4b5d47ee963bfe0e24cf9ad5 (diff) | |
| download | cataract-c8caea8a8510c31fc028501acf44734f48b8dc3b.tar.xz | |
Cleanup header defines
Diffstat (limited to 'src/job-manager.h')
| -rw-r--r-- | src/job-manager.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/job-manager.h b/src/job-manager.h index df7e19f..2a0c3ff 100644 --- a/src/job-manager.h +++ b/src/job-manager.h @@ -15,11 +15,16 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifndef __CGG__JOB_MANAGER_H__ +#define __CGG__JOB_MANAGER_H__ + #include <glib.h> #include "setup.h" #include "items.h" +G_BEGIN_DECLS + /* * build_tree: generate complete gallery tree based on source xml files @@ -36,3 +41,7 @@ gboolean build_tree (TGallerySetup *setup, int parent_item_index, int jobs); + +G_END_DECLS + +#endif /* __CGG__JOB_MANAGER_H__ */ |
