Changeset 1245


Ignore:
Timestamp:
07/05/07 17:50:35 (6 years ago)
Author:
perry
Message:

Fix documentation for trace_create_output() to refer to trace_perror_output()
instead of trace_perror()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/libtrace.h.in

    r1243 r1245  
    711711 * 
    712712 *  If an error occured when attempting to open the output trace, NULL is returned  
    713  *  and trace_errno is set. Use trace_perror() to get more information 
     713 *  and trace_errno is set. Use trace_perror_output() to get more information 
    714714 */ 
    715715DLLEXPORT libtrace_out_t *trace_create_output(const char *uri); 
Note: See TracChangeset for help on using the changeset viewer.