lib/csa: Use ANSI C prototypes
Improve type compatibility and enable ANSI C prototypes.
This commit is contained in:
committed by
Jon Trulson
parent
aa12f819dd
commit
50e6c86bf4
@@ -296,7 +296,7 @@ _DtCm_process_updates()
|
||||
*/
|
||||
|
||||
Update_Status *
|
||||
_DtCm_update_callback_1(Table_Res_4 *t, void *dummy)
|
||||
_DtCm_update_callback_1(Table_Res_4 *t, _DtCm_Connection *conn)
|
||||
{
|
||||
static Update_Status status = update_succeeded;
|
||||
_CallbackInfo *cbi;
|
||||
|
||||
Reference in New Issue
Block a user