X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=old%2Fdfbapi.h;fp=old%2Fdfbapi.h;h=8f6f41b3f6a64bfe5e525ad0a321acff93efe0a7;hb=0e2dd277897f8959e363564b91dd7d098fb4873c;hp=0000000000000000000000000000000000000000;hpb=6b894156a6cd304f35a959d4388dfb1e1342e844;p=my-code%2Fivac.git diff --git a/old/dfbapi.h b/old/dfbapi.h new file mode 100644 index 0000000..8f6f41b --- /dev/null +++ b/old/dfbapi.h @@ -0,0 +1,11 @@ +/* dfbapi.h + * + * author: hackbard@hackdaworld.dyndns.org + * + */ + +/* function prototypes */ +int dfb_init(int arg_c,char **arg_v,struct ivac *ivac); +int dfb_tini(struct ivac *ivac); +int dfb_play_video(struct ivac *ivac); +int dfb_stop_video(struct ivac *ivac);