X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=pdf2swf%2Fswfoutput.h;h=47f1a6c5c08d05457a79d3ca6521966fbd3d4e14;hp=048361c52fda1359937a76cc410d2e836070116b;hb=e1463a1467e39324de30c6c1199b24d9d8bc1232;hpb=ded7d89c8c2fcf46c5b9820dd03f5592d9df70f8 diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h index 048361c..47f1a6c 100644 --- a/pdf2swf/swfoutput.h +++ b/pdf2swf/swfoutput.h @@ -121,6 +121,7 @@ void swfoutput_drawimageagain(struct swfoutput*, int id, int sizex, int sizey, void swfoutput_linktopage(struct swfoutput*, int page, swfcoord*points); void swfoutput_linktourl(struct swfoutput*, char*url, swfcoord*points); +void swfoutput_namedlink(struct swfoutput*obj, char*name, swfcoord*points); void swfoutput_destroy(struct swfoutput*);