freeimage(2), readcolmap(2), writecolmap(2): fix prototypes
This commit is contained in:
parent
477f3ce3ea
commit
e77002cdab
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ Image *allocimage(Display *d, Rectangle r,
|
|||
Image *allocimagemix(Display *d, ulong one, ulong three)
|
||||
.PP
|
||||
.B
|
||||
void freeimage(Image *i)
|
||||
int freeimage(Image *i)
|
||||
.PP
|
||||
.B
|
||||
int nameimage(Image *i, char *name, int in)
|
||||
|
|
|
@ -12,10 +12,10 @@ RGB, readcolmap, writecolmap \- access display color map
|
|||
.ta \w'\fLvoid 'u
|
||||
.PP
|
||||
.B
|
||||
int readcolmap(Display *d, RGB *map)
|
||||
void readcolmap(Display *d, RGB *map)
|
||||
.PP
|
||||
.B
|
||||
int writecolmap(Display *d, RGB *map)
|
||||
void writecolmap(Display *d, RGB *map)
|
||||
.fi
|
||||
.SH DESCRIPTION
|
||||
Colors are described by their red, green, and blue
|
||||
|
|
Loading…
Reference in a new issue