schwehr / generic-sensor-format

Sonar Generic Sensor Format (gsf) codec
Other
13 stars 8 forks source link

Make function args and variables const whenever possible #27

Open schwehr opened 9 years ago

schwehr commented 9 years ago
int OPTLK       gsfWrite(int handle, gsfDataID * id, gsfRecords * record);

to

int OPTLK       gsfWrite(int handle, const gsfDataID * id, const gsfRecords * record);