1/* DO NOT EDIT: automatically built by dist/s_include. */
2#ifndef	_sequence_ext_h_
3#define	_sequence_ext_h_
4
5#if defined(__cplusplus)
6extern "C" {
7#endif
8
9int __seq_stat __P((DB_SEQUENCE *, DB_SEQUENCE_STAT **, u_int32_t));
10int __seq_stat_print __P((DB_SEQUENCE *, u_int32_t));
11const FN * __db_get_seq_flags_fn __P((void));
12const FN * __db_get_seq_flags_fn __P((void));
13
14#if defined(__cplusplus)
15}
16#endif
17#endif /* !_sequence_ext_h_ */
18