[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
- Previous message: [pubcookie-dev] WEBISO CVS update: ryanc;
PubCookieFilter.h,1.25,1.26 PubCookieFilter.vcproj,1.3,1.4
debug.c,1.12,1.13
- Next message: [pubcookie-dev] WEBISO CVS update: dors;
config.login.sample,1.2,1.3 config.sample,1.5,1.6
install-login.html,1.14,1.15 install-mod_pubcookie-3.0.html,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [pubcookie-dev] WEBISO CVS update: ryanc;
PubCookieFilter.h,1.25,1.26 PubCookieFilter.vcproj,1.3,1.4
debug.c,1.12,1.13
- Next message: [pubcookie-dev] WEBISO CVS update: dors;
config.login.sample,1.2,1.3 config.sample,1.5,1.6
install-login.html,1.14,1.15 install-mod_pubcookie-3.0.html,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the pubcookie-dev
mailing list