/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to ipecamera.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-08-21 02:20:46 UTC
  • Revision ID: csa@suren.me-20150821022046-xnfwcomw4rt4ziy1
Fix some warnings and add debugging information into the build

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    size_t raw_size;            /**< Indicates the actual size of raw data */
34
34
} ipecamera_event_info_t;
35
35
 
 
36
#ifdef __cplusplus
 
37
extern "C" {
 
38
#endif
 
39
 
36
40
int ipecamera_set_buffer_size(ipecamera_t *ctx, int size);
37
41
 
 
42
#ifdef __cplusplus
 
43
}
 
44
#endif
 
45
 
38
46
 
39
47
#endif /* _IPECAMERA_H */