summaryrefslogtreecommitdiffstats
path: root/src/check_ncbi_error.h (plain)
blob: 45ac0cae4b2136d7e9b703c92ecb0588a0bd4f1f
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CHECK_NCBI_ERROR_H
#define CHECK_NCBI_ERROR_H

#include <ncbi.h>

/*
 * Handle errors from the NCBI Toolkit API.
 */
void
check_ncbi_error (ValNodePtr error_returns,
		  const char *filename, unsigned int linenum);

#endif // CHECK_NCBI_ERROR_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.