File: aff_db.h

package info (click to toggle)
afflib 3.7.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,584 kB
  • sloc: cpp: 20,911; ansic: 15,912; makefile: 520; sh: 436; python: 192
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
/* Distributed under the 4-part Berkeley License */

#ifdef __cplusplus
extern "C" {
#endif
    int	aff_find_seg(AFFILE *af,const char *segname, uint32_t *arg,size_t *datasize, size_t *segsize);
#ifdef __cplusplus
}
#endif