mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- liberally sprinkle extern all over the place - define LICENSE - take over maintainership of this unmaintained port - ship examples and html files - define DOCS and EXAMPLES options - pacify portlint and portclippy - add a pkg-message as the author intended - remove dead MASTER_SITES entry PR: 259586 Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38516
11 lines
393 B
C
11 lines
393 B
C
--- mls_text.h.orig 2003-02-15 10:16:07 UTC
|
|
+++ mls_text.h
|
|
@@ -30,7 +30,7 @@ void PrintTop(nTptr, int);
|
|
void PrintTopQ(nTptr, int);
|
|
void PrintTopHtml(nTptr, int);
|
|
void PrintGraph(long[], int, int);
|
|
-void PrintGraphHtml(long[], long[][], int, char *);
|
|
+void PrintGraphHtml(long[], long[][SNUMB_LEN], int, char *);
|
|
|
|
void PrintStatText(int, char *);
|
|
void PrintStatHtml(int, char *, short);
|