cleanup: 'static'ize function which are not in the API anymore

This commit is contained in:
marschap
2006-04-12 10:51:01 +00:00
parent fd2ed040f4
commit 30afa50bdf
18 changed files with 58 additions and 95 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ ms6931_attn(int fd, int len)
//
// Input is a character array, sized width*height
//
void
static void
ms6931_draw_frame (Driver *drvthis, unsigned char *dat)
{
PrivateData *p = drvthis->private_data;