Project

General

Profile

Actions

Optimization #442

closed
AS

code cleanup - update all prototypes to include parameter names

Optimization #442: code cleanup - update all prototypes to include parameter names

Added by Anoop Saldanha about 14 years ago. Updated about 7 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?

VJ Updated by Victor Julien almost 14 years ago Actions #1

  • Target version set to TBD

VJ Updated by Victor Julien over 12 years ago Actions #2

  • Tracker changed from Feature to Optimization

AH Updated by Andreas Herz over 9 years ago Actions #3

  • Assignee changed from Anoop Saldanha to OISF Dev

VJ Updated by Victor Julien about 7 years ago Actions #4

  • Status changed from New to Closed
  • Assignee deleted (OISF Dev)
  • Priority changed from Low to Normal
  • Target version deleted (TBD)

I don't think this is necessary.

Actions

Also available in: PDF Atom