Changeset 098376e for owl.h


Ignore:
Timestamp:
Jan 24, 2009, 8:53:45 PM (15 years ago)
Author:
Evan Broder <broder@mit.edu>
Children:
92f8fc2
Parents:
209ea94 (diff), b940b91 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge commit 'barnowl-1.0.4.1' into debian
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r43a306c rb940b91  
    5252
    5353#ifndef OWL_VERSION_STRING
    54 #define OWL_VERSION_STRING "1.0.3"
     54#define OWL_VERSION_STRING "1.0.4.1"
    5555#endif
    5656
     
    320320
    321321typedef struct _owl_pair {
    322   void *key;
    323   void *value;
     322  char *key;
     323  char *value;
    324324} owl_pair;
    325325
Note: See TracChangeset for help on using the changeset viewer.