Show
Ignore:
Timestamp:
04/08/09 17:07:23 (15 years ago)
Author:
bhilburn
Message:

Initial copy of function declerations from cbr.c to cbr.h

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/fixingCBR/src/cognitive_engines/cbr.c

    r230 r238  
    99#include "vtcross/cbr.h" 
    1010#include "vtcross/common.h" 
    11  
    12  
    13 struct cbr_s { 
    14     char filename[64]; 
    15     char tablename[64]; 
    16     char command[2048]; 
    17     sqlite3 *db;  
    18     unsigned int num_columns; 
    19 }; 
    2011 
    2112 
     
    179170 
    180171 
    181 const char * ops_str[] = { 
    182     "==", "!=", ">", ">=", "<", "<="}; 
    183  
    184  
    185172// cbr search 
    186173int cbr_search(