link_nvpair.h

00001 /*
00002 Copyright (C) 2012- The University of Notre Dame
00003 This software is distributed under the GNU General Public License.
00004 See the file COPYING for details.
00005 */
00006 
00007 #ifndef LINK_NVPAIR_H
00008 #define LINK_NVPAIR_H
00009 
00010 #include "link.h"
00011 #include "nvpair.h"
00012 
00019 struct nvpair *link_nvpair_read( struct link *l, time_t stoptime );
00020 
00026 void link_nvpair_write( struct link *l, struct nvpair *nv, time_t stoptime );
00027 
00028 #endif

Generated on 26 Jan 2016 for cctools by  doxygen 1.6.1