You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2005/08/07 03:00:22 UTC

cvs commit: embperl eppublic.h

richter     2005/08/06 18:00:22

  Modified:    .        eppublic.h
  Log:
  remove warning
  
  Revision  Changes    Path
  1.6       +10 -1     embperl/eppublic.h
  
  Index: eppublic.h
  ===================================================================
  RCS file: /home/cvs/embperl/eppublic.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- eppublic.h	7 Aug 2005 00:02:58 -0000	1.5
  +++ eppublic.h	7 Aug 2005 01:00:21 -0000	1.6
  @@ -1,6 +1,6 @@
   /*###################################################################################
   #
  -#   Embperl - Copyright (c) 1997-2005 Gerald Richter / ecos gmbh   www.ecos.de
  +#   Embperl - Copyright (c) 1997-2004 Gerald Richter / ecos gmbh   www.ecos.de
   #
   #   You may distribute under the terms of either the GNU General Public
   #   License or the Artistic License, as specified in the Perl README file.
  @@ -14,6 +14,8 @@
   #
   ###################################################################################*/
   
  +struct tThreadData  ;
  +struct tApp  ;
   
   int embperl_Init        (pTHX_
                            SV *          pApacheSrvSV,
  @@ -36,6 +38,13 @@
                                 SV *             pPerlParam,
                                 tReq * *         ppReq) ;
   
  +int     embperl_InitAppForRequest (/*in*/ pTHX_
  +                             /*in*/ SV *             pApacheReqSV,
  +                             /*in*/ SV *             pPerlParam,
  +                             /*out*/struct tThreadData * *  ppThread,
  +                             /*out*/struct tApp * *         ppApp,
  +                             /*out*/tApacheDirConfig * * ppApacheCfg) ;
  +
   int     embperl_RunRequest (tReq * r) ;
   int     embperl_CleanupRequest (tReq *  r) ;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org