]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/mime.c
Moved MIME stuff to scheduler directory.
[thirdparty/cups.git] / scheduler / mime.c
similarity index 82%
rename from cups/mime.c
rename to scheduler/mime.c
index 3b71d1bc32b72203afd779adfcdfb481b666318b..45613306f254db1d65566f94b9acfc9d1d31730b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: mime.c,v 1.16 2000/01/04 13:45:35 mike Exp $"
+ * "$Id: mime.c,v 1.1 2000/01/25 03:50:48 mike Exp $"
  *
  *   MIME database file routines for the Common UNIX Printing System (CUPS).
  *
  *   load_types()   - Load a xyz.types file...
  *   delete_rules() - Free all memory for the given rule tree.
  *   load_convs()   - Load a xyz.convs file...
- *
- * Revision History:
- *
- *   $Log: mime.c,v $
- *   Revision 1.16  2000/01/04 13:45:35  mike
- *   Y2k copyright changes.
- *
- *   Revision 1.15  1999/10/10 15:40:23  mike
- *   Scanf, strcpy, and sprintf security changes.
- *
- *   Revision 1.14  1999/07/12 16:09:38  mike
- *   Fixed all constant arrays to use "const" modifier.
- *
- *   Revision 1.13  1999/06/18 18:36:10  mike
- *   Fixed address to 44141 Airport View Drive...
- *
- *   Revision 1.12  1999/04/21 21:19:33  mike
- *   Changes for HP-UX.
- *
- *   Revision 1.11  1999/04/21 19:31:29  mike
- *   Changed the directory header stuff to use the autoconf-recommended
- *   sequence of #ifdef's.
- *
- *   Changed the language routines to look for the LOCALEDIR environment
- *   variable, and if it is not defined to use the LOCALEDIR string defined
- *   in config.h.
- *
- *   Revision 1.10  1999/03/01 20:51:53  mike
- *   Code cleanup - removed extraneous semi-colons...
- *
- *   Revision 1.9  1999/02/26 22:00:51  mike
- *   Added more debug statements.
- *
- *   Fixed bugs in cupsPrintFile() - wasn't setting the IPP_TAG_MIMETYPE
- *   value tag for the file type.
- *
- *   Updated conversion filter code to handle wildcards for super-type.
- *
- *   Revision 1.8  1999/02/20 16:04:38  mike
- *   Updated mime.c to scan directories under WIN32.
- *
- *   Fixed some compiler warnings under WIN32.
- *
- *   Updated VC++ project files.
- *
- *   Updated mime.types and mime.convs files for actual registered
- *   MIME type names.
- *
- *   Revision 1.7  1999/02/05 17:40:53  mike
- *   Added IPP client read/write code.
- *
- *   Added string functions missing from some UNIXs.
- *
- *   Added option parsing functions.
- *
- *   Added IPP convenience functions (not implemented yet).
- *
- *   Updated source files to use local string.h as needed (for
- *   missing string functions)
- *
- *   Revision 1.6  1999/02/01 22:08:39  mike
- *   Restored original directory-scanning functionality of mimeLoad().
- *
- *   Revision 1.4  1999/01/27 18:31:56  mike
- *   Updated PPD routines to handle emulations and patch files.
- *
- *   Added DSC comments to emit output as appropriate.
- *
- *   Revision 1.3  1999/01/24 14:18:43  mike
- *   Check-in prior to CVS use.
- *
- *   Revision 1.2  1998/08/06 14:38:38  mike
- *   Finished coding and testing for CUPS 1.0.
- *
- *   Revision 1.1  1998/06/11 20:50:53  mike
- *   Initial revision
  */
 
 /*
 #include <stdlib.h>
 #include <ctype.h>
 
-#include "string.h"
+#include <cups/string.h>
 #include "mime.h"
 
 #if defined(WIN32) || defined(__EMX__)
@@ -621,5 +545,5 @@ delete_rules(mime_magic_t *rules)   /* I - Rules to free */
 
 
 /*
- * End of "$Id: mime.c,v 1.16 2000/01/04 13:45:35 mike Exp $".
+ * End of "$Id: mime.c,v 1.1 2000/01/25 03:50:48 mike Exp $".
  */