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
6acaf59cc7
commit
a7a7906967
@ -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 New Issue
Block a user