]> git.ipfire.org Git - thirdparty/cups.git/commit - cups/util.c
Added IPP client read/write code.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 5 Feb 1999 17:40:58 +0000 (17:40 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 5 Feb 1999 17:40:58 +0000 (17:40 +0000)
commit3b9603176b015ae8c0dbffa2144a75030f5c1d9a
tree4bd1f001a4105500e15f1acb6c76810843ab5358
parent3d234d4a75091fe70bab9b9ac55f70e1a6969507
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)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@122 7a7537e8-13f0-0310-91df-b6672ffda945
22 files changed:
cups/Makefile
cups/cups.h
cups/emit.c
cups/filter.c
cups/http.c
cups/http.h
cups/ipp.c
cups/ipp.h
cups/mark.c
cups/mime.c
cups/mime.h
cups/options.c [new file with mode: 0644]
cups/page.c
cups/ppd.c
cups/ppd.h
cups/string.c [new file with mode: 0644]
cups/string.h [new file with mode: 0644]
cups/testhttp.c
cups/testmime.c
cups/testppd.c
cups/type.c
cups/util.c [new file with mode: 0644]