}
+//
+// 'httpLoadCredentials()' - Load credentials.
+//
+// @deprecated@ @exclude all@
+//
+
+int // O - -1 on error
+httpLoadCredentials(
+ const char *path, // I - Path for certs
+ cups_array_t **credentials, // O - Array of credentials
+ const char *common_name) // I - Common name
+{
+ if (credentials)
+ *credentials = NULL;
+
+ return (-1);
+}
+
+
//
// 'httpOptions()' - Send an OPTIONS request to the server.
//
}
+//
+// 'httpSaveCredentials()' - Save credentials.
+//
+// @deprecated@ @exclude all@
+//
+
+int // O - -1 on error
+httpSaveCredentials(
+ const char *path, // I - Path for certs
+ cups_array_t *credentials, // O - Array of credentials
+ const char *common_name) // I - Common name
+{
+ return (-1);
+}
+
+
//
// 'httpSetAuthString()' - Set the current authorization string.
//