X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fnfs%2Flibnfs-private.h;h=5946ae4c70bd1d4c01055dc23c91fa3a00f643bd;hp=d075f1713d2b5cae8f5db9fb39c73e0723ed87f3;hb=39dc9e4612339af669e934c47500605f826a2bb4;hpb=a40b318e7a07a452ae7456053727bd11b2fa49b4 diff --git a/ccan/nfs/libnfs-private.h b/ccan/nfs/libnfs-private.h index d075f171..5946ae4c 100644 --- a/ccan/nfs/libnfs-private.h +++ b/ccan/nfs/libnfs-private.h @@ -1,4 +1,6 @@ -/* +#ifndef CCAN_NFS_LIBNFS_PRIVATE_H +#define CCAN_NFS_LIBNFS_PRIVATE_H +/* Copyright (C) by Ronnie Sahlberg 2010 This program is free software; you can redistribute it and/or modify @@ -66,3 +68,4 @@ int rpc_get_pdu_size(char *buf); int rpc_process_pdu(struct rpc_context *rpc, char *buf, int size); void rpc_error_all_pdus(struct rpc_context *rpc, char *error); +#endif /* CCAN_NFS_LIBNFS_PRIVATE_H */