~ubuntu-branches/ubuntu/trusty/swish-e/trusty

« back to all changes in this revision

Viewing changes to src/swish-e.h

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Drolez
  • Date: 2009-11-05 16:23:33 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091105162333-9xf7dmhhhvt97bvw
Tags: 2.4.7-1
* New upstream release
* Added Japanese and Russian debconf translations. Closes: #543187, #512987

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 
3
 
$Id: swish-e.h,v 1.15 2005/07/14 17:02:34 karman Exp $
 
3
$Id: swish-e.h 2295 2009-04-05 02:23:49Z karpet $
4
4
 
5
5
    This file is part of Swish-e.
6
6
 
120
120
SW_SEARCH New_Search_Object( SW_HANDLE, char *query );
121
121
 
122
122
void SwishRankScheme( SW_HANDLE sw, int scheme );
 
123
void SwishReturnRawRank( SW_HANDLE sw, int flag );
123
124
void SwishSetRefPtr( SW_HANDLE sw, void *address );
124
125
void *SwishGetRefPtr( SW_HANDLE sw );
125
126
 
129
130
void ResultsSetRefPtr( SW_RESULTS results, void *address );
130
131
 
131
132
void SwishSetStructure( SW_SEARCH srch, int structure );
 
133
int  SwishGetStructure( SW_SEARCH srch);
132
134
void SwishPhraseDelimiter( SW_SEARCH srch, char delimiter );
 
135
char SwishGetPhraseDelimiter( SW_SEARCH srch );
133
136
void SwishSetSort( SW_SEARCH srch, char *sort );
134
137
void SwishSetQuery( SW_SEARCH srch, char *query );
135
138