M
Martijn
Hi,
I have come unto a situation where two source files of one project contain
similar functions with the same name (it reads settings from a file and thus
named FetchSettings).
When I compile this project, it complains about redefining FetchSettings.
What can I do to avoid this behaviour? Declare it static, maybe?!?
Although renaming the functions is definitaly an option, I am wondering how
to solve this issue. Thanks for any input,
I have come unto a situation where two source files of one project contain
similar functions with the same name (it reads settings from a file and thus
named FetchSettings).
When I compile this project, it complains about redefining FetchSettings.
What can I do to avoid this behaviour? Declare it static, maybe?!?
Although renaming the functions is definitaly an option, I am wondering how
to solve this issue. Thanks for any input,