aboutsummaryrefslogtreecommitdiffstats
path: root/src/xstd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xstd.h')
-rw-r--r--src/xstd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/xstd.h b/src/xstd.h
new file mode 100644
index 0000000..5432390
--- /dev/null
+++ b/src/xstd.h
@@ -0,0 +1,10 @@
+#ifndef LPASS_XSTD_H
+#define LPASS_XSTD_H
+
+void easyFork(char *name, char *arguments[]);
+void callError(int num);
+void printError(const char *text);
+char *xstrcat(const char *first, const char *second,
+ const char *delimiter);
+
+#endif \ No newline at end of file