use bb_xbind/bb_xlisten
[oweals/busybox.git] / coreutils / touch.c
index 3d780e1679e2c832d555fb03c2f8cb585d64b0aa..f78fe5114c1b7a1c5472855c61a2cd978662e1b6 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini touch implementation for busybox
  *
- * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
+ * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.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
@@ -39,7 +39,7 @@
 #include <stdlib.h>
 #include "busybox.h"
 
-extern int touch_main(int argc, char **argv)
+int touch_main(int argc, char **argv)
 {
        int fd;
        int flags;