Project

General

Profile

Actions

Optimization #442

closed

code cleanup - update all prototypes to include parameter names

Added by Anoop Saldanha about 12 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Effort:
Difficulty:
Label:

Description

current prototype in header -

int boom(char *, int);

after cleanup

int boom(char *arg1, int arg2);

Should we also move the doxygen on top of our prototypes in our header files?

Actions

Also available in: Atom PDF