X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Ferror.h;h=ef80fd079b48ed76aca319060035547736e5ddb5;hp=8b8e9ae40ca8295cb7fe0598058555bdad04e1ef;hb=12544486ef2de86e4f2dfc920cd2860fb81658d1;hpb=6e54f6179cb9e9d5706901a06744b8f4667c24e7 diff --git a/utils/mount/error.h b/utils/mount/error.h index 8b8e9ae..ef80fd0 100644 --- a/utils/mount/error.h +++ b/utils/mount/error.h @@ -16,15 +16,20 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 021110-1307, USA. + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA * */ -char *nfs_strerror(int); +#ifndef _NFS_UTILS_MOUNT_ERROR_H +#define _NFS_UTILS_MOUNT_ERROR_H + +char *nfs_strerror(unsigned int); void mount_error(const char *, const char *, int); void rpc_mount_errors(char *, int, int); void sys_mount_errors(char *, int, int, int); void umount_error(int, const char *); + +#endif /* _NFS_UTILS_MOUNT_ERROR_H */