Changes between Version 2 and Version 3 of CodingConventions


Ignore:
Timestamp:
04/23/06 14:25:07 (7 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodingConventions

    v2 v3  
     1= general = 
    12Function that only return a success/failure, return 0 on success and -1 on failure and update the trace error (using trace_set_err). 
     3 
     4types start with "libtrace_" and end with "_t" and are typedef'd. 
     5 
     6exported functions start with "trace_". 
    27 
    38= libtraceio =