~ubuntu-branches/ubuntu/trusty/sblim-sfcb/trusty-proposed

« back to all changes in this revision

Viewing changes to selectcond.c

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-06-08 12:04:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090608120449-byfplk09rqz8rtg6
Tags: 1.3.3-0ubuntu1
* New upstream release.
* debian/rules: Removed rpath hacks, SFCB default build handles that now.
* Removed 1934753-remove-assignment.diff, now upstream.
* Refreshed patch cim-schema-location.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
   int type;
37
37
} NativeSelectCond;
38
38
 
39
 
static NativeSelectCond *__new_cond();
 
39
static NativeSelectCond *__new_cond(int mode, CMPIArray *conds, int type, CMPIStatus * rc);
40
40
 
41
41
 
42
42
/*****************************************************************************/