~ubuntu-branches/ubuntu/precise/judy/precise

« back to all changes in this revision

Viewing changes to examples/Judy1Op.h

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2007-05-21 15:07:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070521150750-khuc7e3iblyvi0a9
Tags: 1.0.5-1
* Fixed alignment issue, (Closes: #401124)
* Update packaging, policy, debhelper, etc.
* Removed old BIT cruft from rules
* Upstream has propper distclean target (Closes: #424425)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _JUDY1OP_INCLUDED
 
2
#define _JUDY1OP_INCLUDED
 
3
 
 
4
// @(#) $Revision: 4.1 $ $Source: /judy/src/funcs/Judy1Op.h $
 
5
//
 
6
// HEADER FILE FOR EXPORTED FEATURES FROM Judy1Op().
 
7
 
 
8
#define JUDY1OP_AND    1L
 
9
#define JUDY1OP_OR     2L
 
10
#define JUDY1OP_ANDNOT 3L
 
11
 
 
12
extern int Judy1Op(PPvoid_t PPDest, Pvoid_t PSet1, Pvoid_t PSet2,
 
13
                   Word_t Operation, JError_t * PJError);
 
14
 
 
15
#endif // ! _JUDY1OP_INCLUDED