From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d71460587da14d5b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-30 17:07:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!washdc3-snh1.gtei.net!news.gtei.net!chcgil2-snh1.gtei.net!news.bbnplanet.com!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc02.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Importing C structs? References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc02 1059610028 12.234.13.56 (Thu, 31 Jul 2003 00:07:08 GMT) NNTP-Posting-Date: Thu, 31 Jul 2003 00:07:08 GMT Organization: Comcast Online Date: Thu, 31 Jul 2003 00:07:08 GMT Xref: archiver1.google.com comp.lang.ada:41052 Date: 2003-07-31T00:07:08+00:00 List-Id: > > DB * > > dbopen(const char *file, int flags, int mode, DBTYPE type, > > const void *openinfo); > > type DB is interfaces.c.extensions.opaque_structure_def; > function dbopen > return DB; Oops. It returns an access to DB, not a DB. And where does this interfaces.c.extensions come from?