X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxsource.h;fp=lib%2Fgfxsource.h;h=845eca790e9e6e84d15e53d71e4beb294c0dbceb;hb=6c8f037f0f76ce4b28b80a2133e4150d93012ef7;hp=17548ccb1a5adea2100420c074166964eff43609;hpb=b174b88412be23f82cb844d1d99f9c6761c94cbb;p=swftools.git diff --git a/lib/gfxsource.h b/lib/gfxsource.h index 17548cc..845eca7 100644 --- a/lib/gfxsource.h +++ b/lib/gfxsource.h @@ -33,7 +33,7 @@ struct _gfxpage; typedef struct _gfxsource { - void (*set_parameter)(struct _gfxsource*src, const char*name, const char*value); + void (*setparameter)(struct _gfxsource*src, const char*name, const char*value); struct _gfxdocument* (*open)(struct _gfxsource*src, const char*filename); void (*destroy)(struct _gfxsource*src); void*internal; @@ -45,7 +45,7 @@ typedef struct _gfxdocument int num_pages; void* (*get)(struct _gfxdocument*gfx, const char*name); void (*destroy)(struct _gfxdocument*gfx); - void (*set_parameter)(struct _gfxdocument*gfx, const char*name, const char*value); + void (*setparameter)(struct _gfxdocument*gfx, const char*name, const char*value); char* (*getinfo)(struct _gfxdocument*gfx, const char*key); struct _gfxpage* (*getpage)(struct _gfxdocument*gfx, int page); void (*prepare)(struct _gfxdocument*gfx, gfxdevice_t*device);