]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libfontembed: Renamed files to use "-", not "_", ¨-private.h" for non-API
authorTill Kamppeter <till.kamppeter@gmail.com>
Mon, 11 Apr 2022 14:38:55 +0000 (16:38 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Mon, 11 Apr 2022 14:38:55 +0000 (16:38 +0200)
commitefbc351b321236a42681f66e5654b77f28d1244e
treef6976f18bdb5419ce73d56d5346cdffb8380f3f2
parentc3008ad08e7c997e3b6f8cde34feb2c5039c632f
libfontembed: Renamed files to use "-", not "_", ¨-private.h" for non-API

Renamed all source files so that they do not use "_" but use "-"
instead.

Renamed header files which are not containing public API to
"*-private.h".

Let "make install" also install fontembed/embed-pdf.h as it is
included by the already installed fontembed/embed.h. This is also a
sign that no one has used libfontembed separate from cups-filters.
19 files changed:
Makefile.am
fontembed/dynstring-private.h [moved from fontembed/dynstring.h with 100% similarity]
fontembed/dynstring.c
fontembed/embed-pdf-int-private.h [moved from fontembed/embed_pdf_int.h with 100% similarity]
fontembed/embed-pdf.c [moved from fontembed/embed_pdf.c with 98% similarity]
fontembed/embed-pdf.h [moved from fontembed/embed_pdf.h with 100% similarity]
fontembed/embed-sfnt-int-private.h [moved from fontembed/embed_sfnt_int.h with 96% similarity]
fontembed/embed-sfnt.c [moved from fontembed/embed_sfnt.c with 99% similarity]
fontembed/embed.c
fontembed/embed.h
fontembed/frequent-private.h [moved from fontembed/frequent.h with 100% similarity]
fontembed/frequent.c
fontembed/macroman-private.h [moved from fontembed/macroman.h with 100% similarity]
fontembed/sfnt-int-private.h [moved from fontembed/sfnt_int.h with 100% similarity]
fontembed/sfnt-subset.c [moved from fontembed/sfnt_subset.c with 99% similarity]
fontembed/sfnt.c
fontembed/test-analyze.c [moved from fontembed/test_analyze.c with 98% similarity]
fontembed/test-pdf.c [moved from fontembed/test_pdf.c with 100% similarity]
fontembed/test-ps.c [moved from fontembed/test_ps.c with 100% similarity]