]> git.ozlabs.org Git - ccan/blobdiff - ccan/nfs/nfs.h
nfs: remove trailing whitespace
[ccan] / ccan / nfs / nfs.h
index 803b175cb6c78250f73f3666ddcae70a895506db..b08abbcc81aecbd9c0ea300902b8a61fb1164131 100644 (file)
@@ -1,4 +1,6 @@
-/* 
+#ifndef CCAN_NFS_H
+#define CCAN_NFS_H
+/*
    Copyright (C) by Ronnie Sahlberg <ronniesahlberg@gmail.com> 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 */