aboutsummaryrefslogtreecommitdiffstats
path: root/src/xstd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xstd.h')
-rw-r--r--src/xstd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xstd.h b/src/xstd.h
index 0511433..351069d 100644
--- a/src/xstd.h
+++ b/src/xstd.h
@@ -19,9 +19,6 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
***/
-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);