Changeset 2560529 for filter.c


Ignore:
Timestamp:
Jun 25, 2011, 4:09:25 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
bc932fd, f2a96c0, d8e2f07
Parents:
c266281
Message:
Consistently place function annotation at the beginning

char CALLER_OWN * doesn't make a whole lot of sense.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • filter.c

    r6829afc r2560529  
    200200
    201201
    202 char CALLER_OWN *owl_filter_print(const owl_filter *f)
     202CALLER_OWN char *owl_filter_print(const owl_filter *f)
    203203{
    204204  GString *out = g_string_new("");
Note: See TracChangeset for help on using the changeset viewer.