/*
- * "$Id: client.c,v 1.140 2003/01/24 20:39:44 mike Exp $"
+ * "$Id: client.c,v 1.141 2003/01/29 00:19:42 mike Exp $"
*
* Client routines for the Common UNIX Printing System (CUPS) scheduler.
*
char *command, char *options);
#ifdef HAVE_CDSASSL
-OSStatus CDSAReadFunc(SSLConnectionRef connection, void *data,
+static OSStatus CDSAReadFunc(SSLConnectionRef connection, void *data,
size_t *dataLength);
-OSStatus CDSAWriteFunc(SSLConnectionRef connection,
+static OSStatus CDSAWriteFunc(SSLConnectionRef connection,
const void *data, size_t *dataLength);
#endif /* HAVE_CDSASSL */
/*
- * End of "$Id: client.c,v 1.140 2003/01/24 20:39:44 mike Exp $".
+ * End of "$Id: client.c,v 1.141 2003/01/29 00:19:42 mike Exp $".
*/
/*
- * "$Id: conf.c,v 1.115 2003/01/24 19:16:32 mike Exp $"
+ * "$Id: conf.c,v 1.116 2003/01/29 00:19:42 mike Exp $"
*
* Configuration routines for the Common UNIX Printing System (CUPS).
*
if (err)
LogMessage(L_ERROR, "Cannot open keychain \"%s\", error %d.",
- ServerCertficate, err);
+ ServerCertificate, err);
else
{
/*
/*
- * End of "$Id: conf.c,v 1.115 2003/01/24 19:16:32 mike Exp $".
+ * End of "$Id: conf.c,v 1.116 2003/01/29 00:19:42 mike Exp $".
*/