summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1/command.h
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-10-09 10:33:43 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-10-09 10:33:43 +0000
commitf082f4a9e338531752fcfbd1bd4f0f8c79da705f (patch)
tree4e0ce2b32082a316e8f6b73475d7c6c520d95d15 /camlibs/sonydscf1/command.h
parenta9cd0e79280ba7f714d6e1356a58787884c9989d (diff)
downloadlibgphoto2-f082f4a9e338531752fcfbd1bd4f0f8c79da705f.tar.gz
2001-10-09 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* camlibs/sonydscf1: Clean up a bit. This camera uses globals and won't work with big frontends... Use camera->port and camera->fs. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2461 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1/command.h')
-rw-r--r--camlibs/sonydscf1/command.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/camlibs/sonydscf1/command.h b/camlibs/sonydscf1/command.h
index cf315bcf7..7c718907d 100644
--- a/camlibs/sonydscf1/command.h
+++ b/camlibs/sonydscf1/command.h
@@ -1,3 +1,8 @@
+#ifndef __COMMAND_H__
+#define __COMMAND_H__
+
+#include "common.h"
+
void F1setfd P__((int));
int F1getfd P__((void));
int F1reset P__((void));
@@ -23,3 +28,4 @@ int F1ffs P__((void));
long F1fwrite P__((u_char *, int, u_char ));
+#endif /* __COMMAND_H__ */