~ubuntu-branches/ubuntu/utopic/nexus/utopic

« back to all changes in this revision

Viewing changes to applications/nxingest/nxingest_parse.h

  • Committer: Package Import Robot
  • Author(s): Tobias Stefan Richter
  • Date: 2013-11-13 14:36:50 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20131113143650-dnqgzypd63qhio62
Tags: 4.3.2-svn1919-1
* upstream: fix problem with null terminated fixed size strings in nxbrowse
* force building with hdf5 (ubuntu managed to build without)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include "nxingest_nexus.h"
36
36
#define NXING_UNEXPECTED_PARAM_VALUE    NXING_ERR_BASE_PARSE -1
37
37
 
38
 
mxml_node_t *parseXml(mxml_node_t *inNode, mxml_node_t **outNode, NxClass nx);
 
38
mxml_node_t *parseXml(mxml_node_t *inNode, mxml_node_t *topNode, mxml_node_t **outNode, NxClass nx);
39
39
 
40
40
mxml_node_t * readRecord(mxml_node_t *inNode, mxml_node_t **outNode, NxClass nx);
41
41
 
48
48
 
49
49
char* getValue(mxml_node_t *inNode, NxClass nx, char* str);
50
50
 
51
 
#endif
 
 
b'\\ No newline at end of file'
 
51
#endif