]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/file-private.h
Drop old private APIs that are no longer used/supported.
[thirdparty/cups.git] / cups / file-private.h
index 42e4bfab7296189dba9bbe9df90b452bcbbc592e..60a25014889d751fab56e0ab219e12f636f0babf 100644 (file)
@@ -73,7 +73,8 @@ typedef enum                          /**** _cupsFileCheck return values ****/
   _CUPS_FILE_CHECK_OK = 0,             /* Everything OK */
   _CUPS_FILE_CHECK_MISSING = 1,                /* File is missing */
   _CUPS_FILE_CHECK_PERMISSIONS = 2,    /* File (or parent dir) has bad perms */
-  _CUPS_FILE_CHECK_WRONG_TYPE = 3      /* File has wrong type */
+  _CUPS_FILE_CHECK_WRONG_TYPE = 3,     /* File has wrong type */
+  _CUPS_FILE_CHECK_RELATIVE_PATH = 4   /* File contains a relative path */
 } _cups_fc_result_t;
 
 typedef enum                           /**** _cupsFileCheck file type values ****/