X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fstropts.h;h=37316eb6b0ad631c74d1aff6e67dad9b6f7a8314;hp=b926d688612675d7eec70c67e620994b7f00c0de;hb=12544486ef2de86e4f2dfc920cd2860fb81658d1;hpb=b9f4b66a81420b0832ce4ef6965b1cdc9615772c diff --git a/utils/mount/stropts.h b/utils/mount/stropts.h index b926d68..37316eb 100644 --- a/utils/mount/stropts.h +++ b/utils/mount/stropts.h @@ -16,10 +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_STROPTS_H +#define _NFS_UTILS_MOUNT_STROPTS_H + int nfsmount_string(const char *, const char *, const char *, int, char **, int, int); + +#endif /* _NFS_UTILS_MOUNT_STROPTS_H */