summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1/command.h
diff options
context:
space:
mode:
authorbvl <simpson2@users.sourceforge.net>2000-07-29 09:25:17 +0000
committerbvl <simpson2@users.sourceforge.net>2000-07-29 09:25:17 +0000
commitde028d3def4c1b8c7c793b74b87e535c29c9cdfa (patch)
treed8174e740ad6822778cee2b9b143e74a46992481 /camlibs/sonydscf1/command.h
parent26a12065db3cd812b8fe4c00268af8e5b9eba510 (diff)
downloadlibgphoto2-de028d3def4c1b8c7c793b74b87e535c29c9cdfa.tar.gz
bvl: Support for the Sony DSC-F1, modified library from gphoto1
only tested and compiled on OS/2 git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@792 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1/command.h')
-rw-r--r--camlibs/sonydscf1/command.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/camlibs/sonydscf1/command.h b/camlibs/sonydscf1/command.h
new file mode 100644
index 000000000..cf315bcf7
--- /dev/null
+++ b/camlibs/sonydscf1/command.h
@@ -0,0 +1,25 @@
+void F1setfd P__((int));
+int F1getfd P__((void));
+int F1reset P__((void));
+void wbyte P__((u_char));
+u_char rbyte P__((void));
+void wstr P__((u_char *, int));
+void rstr P__((u_char *, int));
+u_char checksum P__((u_char));
+int F1ok P__((void));
+long F1getdata P__((char *, u_char *, int));
+
+int F1status P__((int));
+char F1newstatus P__((int, char *));
+int F1howmany P__((void));
+int F1fopen P__((char *));
+long F1fread P__((u_char *, int));
+long F1fseek P__((long, int));
+u_long F1finfo P__((char *));
+int F1fclose P__((void));
+
+int F1deletepicture P__((int));
+int F1ffs P__((void));
+
+long F1fwrite P__((u_char *, int, u_char ));
+