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
@@ -32,6 +32,6 @@ enum Update_Status {
|
||||
*/
|
||||
program AGENTPROG {
|
||||
version AGENTVERS {
|
||||
Update_Status update_callback(Table_Res) = 1;
|
||||
Update_Status update_callback(Table_Res_4) = 1;
|
||||
}=1;
|
||||
}=00;
|
||||
|
||||
Reference in New Issue
Block a user