clarify code: local variables in start of function
This commit is contained in:
+1
-1
@@ -11,6 +11,6 @@ void file_update(File *file);
|
||||
|
||||
void file_prepend(File *src, File extra);
|
||||
|
||||
void file_free(File *file);
|
||||
void file_free(File *file, bool free_path);
|
||||
|
||||
#endif /* FILE_H */
|
||||
Reference in New Issue
Block a user