Drop main() prototype. Syncs with NetBSD-8
[minix.git] / minix / fs / procfs / glo.h
blobfbb09d45fe49a9e76267c491493b5d8cbe3be52e
1 #ifndef _PROCFS_GLO_H
2 #define _PROCFS_GLO_H
4 /* pid.c */
5 extern struct file pid_files[];
7 /* root.c */
8 extern struct file root_files[];
10 /* tree.c */
11 extern struct minix_proc_list proc_list[NR_PROCS];
13 #endif /* _PROCFS_GLO_H */