As long as there is somthing simple possible like: #define cinepaint_func gimp-func #namespace_GIMP gimp_func (whatever_You_like, arguments); #endif #namespace_CinePaint cinepaint_func (whatever_You_like, arguments); #endif possible, I think all is fine. But starting of something like: /* one design in GIMP: */ gimp_func (opts_float_array[3], "string"); /* and for the same in cinepaint: */ cinepaint_func (integer_A, integer_B, enum SELECT_STRING, double_C); Most important is IMHO to take the same arguments and stay in the sense of an function name (as most as possible) common. Do You have any concerns using gimp_func(....) in CinePaint? regards Kai-Uwe Am 14.08.04, 18:16 +0200 schrieb Sven Neumann: > Hi, > > Kai-Uwe Behrmann <ku.b@xxxxxx> writes: > > > Are You interessted into sharing the same PDB function names from > > what is allready gone into CinePaint? > > You aren't still using or even still adding PDB names that use the > GIMP namespace to CinePaint or are you? > > > Sven >