~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to DriverManager/SQLFreeHandle.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 *
28
28
 **********************************************************************
29
29
 *
30
 
 * $Id: SQLFreeHandle.c,v 1.1.1.1 2001/10/17 16:40:05 lurcher Exp $
 
30
 * $Id: SQLFreeHandle.c,v 1.4 2002/09/18 14:49:32 lurcher Exp $
31
31
 *
32
32
 * $Log: SQLFreeHandle.c,v $
 
33
 * Revision 1.4  2002/09/18 14:49:32  lurcher
 
34
 *
 
35
 * DataManagerII additions and some more threading fixes
 
36
 *
33
37
 * Revision 1.1.1.1  2001/10/17 16:40:05  lurcher
34
38
 *
35
39
 * First upload to SourceForge
145
149
#include <uodbc_stats.h>
146
150
#endif
147
151
 
148
 
static char const rcsid[]= "$RCSfile: SQLFreeHandle.c,v $ $Revision: 1.1.1.1 $";
 
152
static char const rcsid[]= "$RCSfile: SQLFreeHandle.c,v $ $Revision: 1.4 $";
149
153
 
150
154
SQLRETURN __SQLFreeHandle( SQLSMALLINT handle_type,
151
155
        SQLHANDLE handle )