X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Ferror.h;h=ef80fd079b48ed76aca319060035547736e5ddb5;hp=ce9a7b651884f297a11da7e33015c5000ca75a47;hb=9a5293a10551c03b4fb976503dd24da569fcadb3;hpb=4398901d336340f5bef59991d4cea77b2970f2fe diff --git a/utils/mount/error.h b/utils/mount/error.h index ce9a7b6..ef80fd0 100644 --- a/utils/mount/error.h +++ b/utils/mount/error.h @@ -16,13 +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 */