]> arthur.barton.de Git - netatalk.git/blobdiff - bin/megatron/megatron.h
remove most sparse warning 'symbol 'xxx' was not declared. Should it be static?'
[netatalk.git] / bin / megatron / megatron.h
index 259c26425628729517dd146d3c0f64964206758e..c9aa8cee547ba75916a9b611e3fdb2c8aaa840d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: megatron.h,v 1.4 2009-10-13 22:55:36 didg Exp $
+ * $Id: megatron.h,v 1.5 2009-10-14 01:38:28 didg Exp $
  */
 
 #ifndef _MEGATRON_H
@@ -92,6 +92,7 @@ struct FHeader {
 #      define S_ISDIR(s)       (( s & S_IFMT ) == S_IFDIR )
 #endif /* ! S_ISDIR */
 
+extern char    *forkname[];
 extern char     *(*_mtoupath) ( char *);
 extern char     *(*_utompath) ( char *);
 #define mtoupath(s) (*_mtoupath)(s)