[pubcookie-dev] WEBISO CVS update: ryanc; webiso/pubcookie/src pbc_myconfig.h,1.16,1.17

Ryan Campbell ryanc at cac.washington.edu
Tue Jan 27 15:06:36 PST 2004


Update of /usr/local/cvsroot/webiso/pubcookie/src
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv7643
 
 Modified Files:
 	pbc_myconfig.h 
 Log Message:
 Removed LPCTSTR and LPSTR from non-Windows definition.
 
 



Index: webiso/pubcookie/src/pbc_myconfig.h
diff -c webiso/pubcookie/src/pbc_myconfig.h:1.16 webiso/pubcookie/src/pbc_myconfig.h:1.17
*** webiso/pubcookie/src/pbc_myconfig.h:1.16	Thu Jan 22 21:00:26 2004
--- webiso/pubcookie/src/pbc_myconfig.h	Tue Jan 27 15:06:33 2004
***************
*** 6,12 ****
  /** @file pbc_myconfig.h
   * header file for Runtime configuration
   *
!  * $Id: pbc_myconfig.h,v 1.16 2004/01/23 05:00:26 ryanc Exp $
   */
  
  
--- 6,12 ----
  /** @file pbc_myconfig.h
   * header file for Runtime configuration
   *
!  * $Id: pbc_myconfig.h,v 1.17 2004/01/27 23:06:33 ryanc Exp $
   */
  
  
***************
*** 36,42 ****
   * @return the value of the option or def if it isn't found.  the
   * string belongs to the config library---it should not be changed or
   * free().  */
! extern LPCTSTR libpbc_myconfig_getstring(pool *p, LPTSTR strbuff, LPCTSTR key, LPCTSTR def);
  
  /**
   * return an int variable identified by key
--- 36,42 ----
   * @return the value of the option or def if it isn't found.  the
   * string belongs to the config library---it should not be changed or
   * free().  */
! extern const char *libpbc_myconfig_getstring(pool *p, char *strbuff, const char *key, const char *def);
  
  /**
   * return an int variable identified by key



end of message


More information about the pubcookie-dev mailing list