How do I add one more argument to an existing function which is called by other functions from various modules of the project?
I would like to add this new argument without or minimum risk. Is there a way to avoid compilation of the modules from which it is called?
(There is a separate header file containing the definition of the function)
Thanks in advance.
