~ubuntu-branches/ubuntu/intrepid/grass/intrepid

« back to all changes in this revision

Viewing changes to db/drivers/sqlite/proto.h

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2008-04-06 17:08:21 UTC
  • mfrom: (1.1.5 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080406170821-7l3d3ulh4g8crwcs
Tags: 6.2.3-2.1
* NMU during credativ BSP 2008
* using patch from Moritz Muehlenhoff <jmm@inutil.org> to fix
  FTBFS with GCC 4.3: missing #includes
  (closes: #461673)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __SQLITE_PROTO_H__
 
2
#define __SQLITE_PROTO_H__
 
3
 
1
4
/* error.c */
2
5
void init_error ( void );
3
6
void append_error ( char * );
10
13
/* describe.c*/
11
14
int describe_table ( sqlite3_stmt *, dbTable **, cursor * );
12
15
void get_column_info ( sqlite3_stmt *, int, int *, int * );
13
 
int affinity_type ( const char * );
 
16
 
 
17
#endif /* __SQLITE_PROTO_H__ */