mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
When talking about c_db_sym_t, mention that it is not just like db_sym_t:
it's const. Inspired by: bde
This commit is contained in:
parent
8a3e49fd52
commit
c96c380580
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ typedef struct {
|
|||
* a different one
|
||||
*/
|
||||
typedef char * db_sym_t; /* opaque handle on symbols */
|
||||
typedef const char * c_db_sym_t; /* opaque handle on symbols */
|
||||
typedef const char * c_db_sym_t; /* const opaque handle on symbols */
|
||||
#define DB_SYM_NULL ((db_sym_t)0)
|
||||
#define C_DB_SYM_NULL ((c_db_sym_t)0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue