diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-05-10 14:21:20 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-05-10 14:21:20 +0200 |
| commit | 8a722d04938583dc3620de05fd52f0baecce9fbb (patch) | |
| tree | dfee5472e5a88c450b8cc4abc71cc2a68d635e67 /src/job-manager.h | |
| parent | 3bca7e95f2b4ef351b89495afcb6d6230b5f7cd0 (diff) | |
| download | cataract-8a722d04938583dc3620de05fd52f0baecce9fbb.tar.xz | |
Consolidate data types
Diffstat (limited to 'src/job-manager.h')
| -rw-r--r-- | src/job-manager.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/job-manager.h b/src/job-manager.h index 13f08e0..df7e19f 100644 --- a/src/job-manager.h +++ b/src/job-manager.h @@ -15,6 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include <glib.h> + #include "setup.h" #include "items.h" @@ -28,8 +30,8 @@ * */ gboolean build_tree (TGallerySetup *setup, - const char *src_tree, - const char *dst_dir, + const gchar *src_tree, + const gchar *dst_dir, TAlbum *parent_index, int parent_item_index, int jobs); |
