]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/array.h
Load cups into easysw/current.
[thirdparty/cups.git] / cups / array.h
index 1043121e212672bdb1ab2ea9bf073d977ae4aa8b..3c7509237f4ab1a6cc38239a062fac23826e821c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: array.h 4921 2006-01-12 21:26:26Z mike $"
+ * "$Id: array.h 4970 2006-01-24 14:05:45Z mike $"
  *
  *   Sorted array definitions for the Common UNIX Printing System (CUPS).
  *
@@ -65,6 +65,7 @@ extern cups_array_t   *cupsArrayDup(cups_array_t *a);
 extern void            *cupsArrayFind(cups_array_t *a, void *e);
 extern void            *cupsArrayFirst(cups_array_t *a);
 extern void            *cupsArrayIndex(cups_array_t *a, int n);
+extern int             cupsArrayInsert(cups_array_t *a, void *e);
 extern void            *cupsArrayLast(cups_array_t *a);
 extern cups_array_t    *cupsArrayNew(cups_array_func_t f, void *d);
 extern void            *cupsArrayNext(cups_array_t *a);
@@ -79,5 +80,5 @@ extern int            cupsArraySave(cups_array_t *a);
 #endif /* !_CUPS_ARRAY_H_ */
 
 /*
- * End of "$Id: array.h 4921 2006-01-12 21:26:26Z mike $".
+ * End of "$Id: array.h 4970 2006-01-24 14:05:45Z mike $".
  */