X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fnfs%2Fnfs.h;h=b08abbcc81aecbd9c0ea300902b8a61fb1164131;hb=51a56b52627e635566253a3fae081c3f466b6bb6;hp=803b175cb6c78250f73f3666ddcae70a895506db;hpb=42f0d95f79096702efbd79d8c422328078752302;p=ccan diff --git a/ccan/nfs/nfs.h b/ccan/nfs/nfs.h index 803b175c..b08abbcc 100644 --- a/ccan/nfs/nfs.h +++ b/ccan/nfs/nfs.h @@ -1,4 +1,6 @@ -/* +#ifndef CCAN_NFS_H +#define CCAN_NFS_H +/* Copyright (C) by Ronnie Sahlberg 2010 This program is free software; you can redistribute it and/or modify @@ -911,3 +913,4 @@ int nfs_link_sync(struct nfs_context *nfs, const char *oldpath, const char *newp //qqq replace later with lseek(cur, 0) nfs_off_t nfs_get_current_offset(struct nfsfh *nfsfh); +#endif /* CCAN_NFS_H */