Ignore:
Timestamp:
Aug 29, 2009, 1:00:03 AM (15 years ago)
Author:
Bruno Cornec
Message:

Remove function spread_flaws_across_three_lines and expand it at the single place where it was useful, and fix memory allocation issues in it.
(backport from 2.2.9)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-string-EXT.h

    r2352 r2356  
    1919                         char *s);
    2020extern int special_dot_char(int i);
    21 extern void spread_flaws_across_three_lines(char *flaws_str,
    22                                             char *flaws_str_A,
    23                                             char *flaws_str_B,
    24                                             char *flaws_str_C);
    2521extern int strcmp_inc_numbers(char *stringA, char *stringB);
    2622extern char *strip_afio_output_line(char *input);
Note: See TracChangeset for help on using the changeset viewer.