summaryrefslogtreecommitdiffstats
path: root/ipecamera/image.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-04-12 21:18:13 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-04-12 21:18:13 +0200
commit5ccdcb53a36ed95f08a99863164dc2151e47c2af (patch)
treeb2363d7e9f7717157230ffa9c36dca05238cc8da /ipecamera/image.h
parent445d5db0183cf5dc98a33160857f22f012cacea6 (diff)
downloadpcitool-5ccdcb53a36ed95f08a99863164dc2151e47c2af.tar.gz
pcitool-5ccdcb53a36ed95f08a99863164dc2151e47c2af.tar.bz2
pcitool-5ccdcb53a36ed95f08a99863164dc2151e47c2af.tar.xz
pcitool-5ccdcb53a36ed95f08a99863164dc2151e47c2af.zip
Allow access to implementation context and provide call to set size of internal buffer for IPECamera
Diffstat (limited to 'ipecamera/image.h')
-rw-r--r--ipecamera/image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipecamera/image.h b/ipecamera/image.h
index ede964c..6b92524 100644
--- a/ipecamera/image.h
+++ b/ipecamera/image.h
@@ -6,8 +6,6 @@
#include "ipecamera.h"
#include "pcilib.h"
-typedef struct ipecamera_s ipecamera_t;
-
void *ipecamera_init(pcilib_t *pcilib);
void ipecamera_free(void *ctx);