On Sat, 05 Jan 2008, Jamie McCracken wrote: > > 1) Now all the static function declarations are in the beginning of > > the c file, but ofcourse if you reorder the code a bit this is not > > necessary (I always use this because it saves time and typing if you > > decide to change the arguments in the function. I see that also in > > other parts of the tracker code base) > > If you want I can reorder the functions so that the prototypes are not > > necessary anymore > > I usually avoid prototypes but other contributions included them and it > would not seem right to force them to change. Probably best to leave as > is in case it upsets one of the contributors
Since you guys prefer otherwise, I will reorder the code soon and remove the prototypes. I just tend to prefer the prototypes as they do help with catching errors. -- Saleem Abdulrasool compnerd (at) gentoo (dot) org _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
