File: lfc2.i

package info (click to toggle)
lfc-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,676 kB
  • ctags: 10,779
  • sloc: ansic: 146,136; sh: 13,176; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 861; fortran: 113
file content (24 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * @(#)$RCSfile: lfc2.i,v $ $Revision: 1.3 $ $Date: 2009/12/08 16:19:03 $ CERN IT-DM/SMD Remi Mollon
 */

/*********************************************
    SWIG input file for LFC
*********************************************/

%module lfc2

%{
#include "lfc_api.h"
%}

%include "lfc_api.h"
%include "Cns.i"

%{
static char serrbuf[ERRORLEN_MAX] = "";
%}

%init %{
    lfc_seterrbuf (serrbuf, ERRORLEN_MAX);
%}