cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
nvpair_jx.h
1
/*
2
Copyright (C) 2015- The University of Notre Dame
3
This software is distributed under the GNU General Public License.
4
See the file COPYING for details.
5
*/
6
7
/*
8
This is a transitional interface to allow for conversions
9
between jx and nvpair, until the former has fully replaced
10
the latter.
11
*/
12
13
#ifndef NVPAIR_JX_H
14
#define NVPAIR_JX_H
15
16
struct
nvpair
* jx_to_nvpair(
struct
jx
*j );
17
struct
jx
* nvpair_to_jx(
struct
nvpair
*nv );
18
struct
jx
* jx_parse_nvpair_file(
const
char
*path );
19
20
#endif
nvpair
Definition:
nvpair_private.h:15
jx
JX value representing any expression type.
Definition:
jx.h:117
Generated by
1.8.5