ARB
gb_t_prot.h
Go to the documentation of this file.
1 /* Internal toolkit.
2  *
3  * This file is generated by aisc_mkpt.
4  * Any changes you make here will be overwritten later!
5  */
6 
7 #ifndef GB_T_PROT_H
8 #define GB_T_PROT_H
9 
10 /* define ARB attributes: */
11 #ifndef ATTRIBUTES_H
12 # include <attributes.h>
13 #endif
14 
15 
16 /* adseqcompr.cxx */
17 char *gb_uncompress_by_sequence(GBDATA *gbd, const char *ss, size_t size, GB_ERROR *error, size_t *new_size);
18 
19 #else
20 #error gb_t_prot.h included twice
21 #endif /* GB_T_PROT_H */
const char * GB_ERROR
Definition: arb_core.h:25
static void error(const char *msg)
Definition: mkptypes.cxx:96
char * gb_uncompress_by_sequence(GBDATA *gbd, const char *ss, size_t size, GB_ERROR *error, size_t *new_size)