diff options
author | Martyn Russell <martyn@imendio.com> | 2009-07-29 15:05:08 +0100 |
---|---|---|
committer | Martyn Russell <martyn@imendio.com> | 2009-07-29 15:47:36 +0100 |
commit | c71f36ade84c9317c4093f9c382378b41b202343 (patch) | |
tree | 51a4c8dcf6833c7ec613fc9c92706ddae2255523 /src/tracker-miner-fs/tracker-volume-cleanup.h | |
parent | 8b607d8073672191c5526411604ede1157f21d76 (diff) | |
download | tracker-c71f36ade84c9317c4093f9c382378b41b202343.tar.gz |
Moved thumbnailer.[ch] and volume-cleanup.[ch] to tracker-miner-fs
Also while doing this, some make distcheck issues were fixed.
We no longer require tracker-marshal-main.c to include
tracker-marshal.[ch], this is done automatically now.
tests/tracker-store/ was created and the tracker-events-test.c was
moved here from tests/tracker-miner-fs. This is still broken for some
reason so disabled for now.
Diffstat (limited to 'src/tracker-miner-fs/tracker-volume-cleanup.h')
-rw-r--r-- | src/tracker-miner-fs/tracker-volume-cleanup.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/tracker-miner-fs/tracker-volume-cleanup.h b/src/tracker-miner-fs/tracker-volume-cleanup.h new file mode 100644 index 000000000..bcb974807 --- /dev/null +++ b/src/tracker-miner-fs/tracker-volume-cleanup.h @@ -0,0 +1,31 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Copyright (C) 2008, Nokia + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + +#ifndef __TRACKERD_VOLUME_CLEANUP_H__ +#define __TRACKERD_VOLUME_CLEANUP_H__ + +G_BEGIN_DECLS + +void tracker_volume_cleanup_init (void); +void tracker_volume_cleanup_shutdown (void); + +G_END_DECLS + +#endif /* __TRACKERD_VOLUME_CLEANUP_H__ */ |