X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Ftoken.h;h=17a9c15fe0ba91ae5c76d56a38e9303f5078bd2f;hp=47762dc4d3e5680e347375a0f4c37d7c53c826d9;hb=9a5293a10551c03b4fb976503dd24da569fcadb3;hpb=af5939d15a41b337cc499a04fe4001a5cd51fdce diff --git a/utils/mount/token.h b/utils/mount/token.h index 47762dc..17a9c15 100644 --- a/utils/mount/token.h +++ b/utils/mount/token.h @@ -16,14 +16,19 @@ * * 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_TOKEN_H +#define _NFS_UTILS_MOUNT_TOKEN_H + struct tokenizer_state; char *next_token(struct tokenizer_state *); struct tokenizer_state *init_tokenizer(char *, char); int tokenizer_error(struct tokenizer_state *); void end_tokenizer(struct tokenizer_state *); + +#endif /* _NFS_UTILS_MOUNT_TOKEN_H */