~ubuntu-branches/ubuntu/utopic/sblim-sfcc/utopic-proposed

« back to all changes in this revision

Viewing changes to cimc/cimc.h

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2012-11-15 11:49:36 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20121115114936-53syr7flsjo21gw3
Tags: 2.2.4-0ubuntu1
* New upstream release.
* Add debian/watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
extern "C" {
31
31
#endif
32
32
 
 
33
/* NewCIMCEnv options */
 
34
 
 
35
#define CIMC_NO_CURL_INIT 1  /* don't call curl_global_init() or _cleanup() */
33
36
 
34
37
  
35
38
  /*
404
407
  struct _CIMCEnv {
405
408
    void *hdl;
406
409
    CIMCEnvFT *ft;
 
410
    unsigned int options;
407
411
  };
408
412
 
409
413