Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <40CEB2AC.1000202@yahoo.fr> Date: Tue, 15 Jun 2004 10:26:20 +0200 From: bertrand marquis Reply-To: bertrand_marquis AT yahoo DOT fr User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.2.1) Gecko/20030225 MIME-Version: 1.0 To: cygwin Mailing List Subject: sunrpc librairie Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on donald.sysgo.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=no version=2.61 X-AntiVirus: checked by AntiVir MailGate (version: 2.0.1.16; AVE: 6.25.0.62; VDF: 6.25.0.94; host: mailgate.sysgo.de) X-IsSubscribed: yes Hello, i'm trying to port a program using rpc calls to cygwin. But when i compiled using the headers from the sunrpc package i discovered that in clnt.h all the arguments of functions are in commentary: /* * Print why creation failed */ void clnt_pcreateerror(/* char *msg */); /* stderr */ char *clnt_spcreateerror(/* char *msg */); /* string */ /* * Like clnt_perror(), but is more verbose in its output */ void clnt_perrno(/* enum clnt_stat num */); /* stderr */ /* * Print an English error message, given the client error code */ void clnt_perror(/* CLIENT *clnt, char *msg */); /* stderr */ char *clnt_sperror(/* CLIENT *clnt, char *msg */); /* string */ can someone can explain me why or if i need to use an other librarie under cygwin to do that kind of thing thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/