summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie McCracken <jamiemcc@src.gnome.org>2007-01-24 14:42:11 +0000
committerJamie McCracken <jamiemcc@src.gnome.org>2007-01-24 14:42:11 +0000
commitb8de7a459b6f63700bb924f9f08b56ecd1fe684e (patch)
tree0634aa10188806c64363b174e67a9a2950c15828
parente6c9f3ca85c29034856043dcd1c091cd7fcd2563 (diff)
downloadtracker-b8de7a459b6f63700bb924f9f08b56ecd1fe684e.tar.gz
added header file
svn path=/trunk/; revision=424
-rw-r--r--src/tracker-extract/tracker-extract.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/tracker-extract/tracker-extract.h b/src/tracker-extract/tracker-extract.h
new file mode 100644
index 000000000..b6f16fa87
--- /dev/null
+++ b/src/tracker-extract/tracker-extract.h
@@ -0,0 +1,22 @@
+/* Tracker Extract - extracts embedded metadata from files
+ * Copyright (C) 2006, Mr Jamie McCracken (jamiemcc@gnome.org)
+ *
+ * This program 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 program 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 program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
+#include <glib.h>
+
+gboolean tracker_spawn (char **argv, int timeout, char **stdout, int *exit_status);