Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Enumerations
recno.h File Reference
#include "../btree/btree.h"
#include "extern.h"
Include dependency graph for recno.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  SRCHOP { SDELETE , SINSERT , SEARCH }
 

Enumeration Type Documentation

◆ SRCHOP

enum SRCHOP
Enumerator
SDELETE 
SINSERT 
SEARCH 

Definition at line 36 of file recno.h.

36{ SDELETE, SINSERT, SEARCH}; /* Rec_search operation. */
@ SEARCH
Definition: recno.h:36
@ SDELETE
Definition: recno.h:36
@ SINSERT
Definition: recno.h:36