summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-02-28 16:56:51 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-02-28 16:56:51 +0000
commit886a904459e87f46f3f43df434307a294f85e52d (patch)
treec1df20d21a95886b9f56d90bebda01d887fa1f3b /src/util.h
parent8ec55e2a75d5eb3c7305c8cadb94681df703167b (diff)
implement pdf export / import
implement pdf export / import
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
new file mode 100644
index 0000000..ebe0e49
--- /dev/null
+++ b/src/util.h
@@ -0,0 +1,27 @@
+/*
+ * "$Id: util.h,v 1.1 2005/02/28 17:56:51 hofmann Exp $"
+ *
+ * flpsed program.
+ *
+ * Copyright 2005 by Johannes Hofmann
+ *
+ * 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 library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA.
+ */
+
+#include <stdio.h>
+
+FILE *
+pexecvp(const char *file, char *const argv[], pid_t *pid, char *type);