X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Ferror.h;h=ef80fd079b48ed76aca319060035547736e5ddb5;hp=7126de531d5bec05079154f09478faca8f4d4beb;hb=12544486ef2de86e4f2dfc920cd2860fb81658d1;hpb=1ca49510fd1742955330583f259db7faf501a5e5 diff --git a/utils/mount/error.h b/utils/mount/error.h index 7126de5..ef80fd0 100644 --- a/utils/mount/error.h +++ b/utils/mount/error.h @@ -16,15 +16,15 @@ * * 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 * */ #ifndef _NFS_UTILS_MOUNT_ERROR_H #define _NFS_UTILS_MOUNT_ERROR_H -char *nfs_strerror(int); +char *nfs_strerror(unsigned int); void mount_error(const char *, const char *, int); void rpc_mount_errors(char *, int, int);