Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmtext.c

    r2aaca94 r6f6330b  
    763763 * If format_fn is specified, passes it the list element value
    764764 * and it will return a string which this needs to free. */
    765 void owl_fmtext_append_list(owl_fmtext *f, owl_list *l, char *join_with, char *(format_fn)(char *))
     765void owl_fmtext_append_list(owl_fmtext *f, owl_list *l, char *join_with, char *(format_fn)(void*))
    766766{
    767767  int i, size;
    768   char *elem;
     768  void *elem;
    769769  char *text;
    770770
Note: See TracChangeset for help on using the changeset viewer.