ALL: use const modifiers on parameters where possible

This commit is contained in:
2014-06-01 20:41:29 +02:00
parent 9b8b7e9129
commit a265a89a0d
10 changed files with 89 additions and 87 deletions

View File

@@ -55,7 +55,7 @@ struct string {
void
prints(string *print_string);
prints(const string *print_string);
/**
* Delete the inner structure