use bb_xbind/bb_xlisten
[oweals/busybox.git] / coreutils / touch.c
index c66f26e0d4434bf64712b82ec980dbb2a6d0244d..f78fe5114c1b7a1c5472855c61a2cd978662e1b6 100644 (file)
@@ -2,8 +2,7 @@
 /*
  * Mini touch implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.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
@@ -40,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;