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,6551851a97ba5421,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-29 23:29:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.columbus.rr.com!cyclone3.kc.rr.com!news3.kc.rr.com!twister.neo.rr.com.POSTED!not-for-mail From: Jeremy Cowgar Subject: C lib returns char** - How in ADA? Newsgroups: comp.lang.ada Message-ID: User-Agent: Pan/0.11.2 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso885915 Content-Transfer-Encoding: 8bit X-Comment-To: ALL Date: Thu, 30 May 2002 06:34:15 GMT NNTP-Posting-Host: 24.209.41.19 X-Complaints-To: abuse@rr.com X-Trace: twister.neo.rr.com 1022740455 24.209.41.19 (Thu, 30 May 2002 02:34:15 EDT) NNTP-Posting-Date: Thu, 30 May 2002 02:34:15 EDT Organization: Road Runner High Speed Online -- Northeast Ohio Xref: archiver1.google.com comp.lang.ada:24980 Date: 2002-05-30T06:34:15+00:00 List-Id: Greetings, I am trying to interface to a C library. Some functions are working already, but I am at a stand still because I cann figure out how to interface this one function: char **ldap_get_values(...) The return is what I am having problems with, it is an array of strings. Can anyone help me out with this and let me know what it should look like in the .ads and on the implementing .adb side? Thanks! Jeremy