X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fparse_opt.h;h=503720727f4bfa8b132c13d60d9117142114f230;hp=f9243c355cbddcebde3938f78f7c041033519095;hb=12544486ef2de86e4f2dfc920cd2860fb81658d1;hpb=e7ec5e745e851ad10c56d579463ee7e1b85c9c21 diff --git a/utils/mount/parse_opt.h b/utils/mount/parse_opt.h index f9243c3..5037207 100644 --- a/utils/mount/parse_opt.h +++ b/utils/mount/parse_opt.h @@ -16,8 +16,8 @@ * * 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 * */ @@ -38,6 +38,7 @@ typedef enum { struct mount_options; struct mount_options * po_split(char *); +struct mount_options * po_dup(struct mount_options *); void po_replace(struct mount_options *, struct mount_options *); po_return_t po_join(struct mount_options *, char **);