From: Chuck Lever Date: Wed, 13 Oct 2010 15:44:23 +0000 (-0400) Subject: mount.nfs: Eliminate compiler warning in utils/mount/mount.c X-Git-Tag: nfs-utils-1-2-4-rc1~12 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=00885013dccbe00f5cc4e19223cf18e85a8e616a;hp=00885013dccbe00f5cc4e19223cf18e85a8e616a mount.nfs: Eliminate compiler warning in utils/mount/mount.c Clean up. In file included from mount.c:41: mount_config.h:35: warning: no previous prototype for mount_config_opts Functions defined in include files are usually declared as "static inline," eliminating the need for a forward declaration. While I was there, I also fixed the macro that prevents including mount_config.h multiple times, and fixed some white space damage. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---