summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1/command.h
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-11-16 22:26:31 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-11-16 22:26:31 +0000
commitf994fe25ff790c0045acb3ba92079595fdaea50d (patch)
tree5574a0f6dd7adde2db5d1715e66c784921f9d3a7 /camlibs/sonydscf1/command.h
parentf80f1dc914d116b9574b9cc053b8b803914ad720 (diff)
downloadlibgphoto2-f994fe25ff790c0045acb3ba92079595fdaea50d.tar.gz
major cleanups
-L and -P work now. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10866 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1/command.h')
-rw-r--r--camlibs/sonydscf1/command.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/camlibs/sonydscf1/command.h b/camlibs/sonydscf1/command.h
index 43b7a1502..d4b5cdc45 100644
--- a/camlibs/sonydscf1/command.h
+++ b/camlibs/sonydscf1/command.h
@@ -3,23 +3,23 @@
#include "common.h"
-void F1setfd P__((GPPort*,int));
-int F1getfd P__((GPPort*));
-int F1reset P__((GPPort*));
+void F1setfd (GPPort*,int);
+int F1getfd (GPPort*);
+int F1reset (GPPort*);
u_char checksum(u_char addr, u_char *cp, int len);
-int F1ok P__((GPPort*));
-long F1getdata P__((GPPort*,char *, u_char *, int));
-int F1status P__((GPPort*,int));
-char F1newstatus P__((GPPort *port, int, char *));
-int F1howmany P__((GPPort *));
-int F1fopen P__((GPPort *,char *));
+int F1ok (GPPort*);
+long F1getdata (GPPort*,char *, u_char *, int);
+int F1status (GPPort*,int);
+char F1newstatus (GPPort *port, int, char *);
+int F1howmany (GPPort *);
+int F1fopen (GPPort *,char *);
long F1fread(GPPort *,u_char *data, long len);
long F1fwrite(GPPort *,u_char *data, long len, u_char b);
-long F1fseek P__((GPPort *,long, int));
-u_long F1finfo P__((GPPort *,char *));
-int F1fclose P__((GPPort *));
+long F1fseek (GPPort *,long, int);
+u_long F1finfo (GPPort *,char *);
+int F1fclose (GPPort *);
-int F1deletepicture P__((GPPort*,int));
-int F1ffs P__((GPPort*));
+int F1deletepicture (GPPort*,int);
+int F1ffs (GPPort*);
#endif /* __COMMAND_H__ */