What do we want to do for cases like afs_osi.c and afs_osi.h. Some of the files in afs/ have their own .h files, others don't. Should the prototypes go in the afs_osi.h file, or afs.h, or somewhere else entirely?
I tend to wonder if it might be cleaner to add a X_proto.h file for each dir X/ that would contain prototypes and externs only, and move all the prototypes to there, and just include that prototypes file in appropriate places. For some of the other subsystems it's not as confusing, they already have distinct header files, but it still may be easier for auditing to segregate. -- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
