c155af5f9a
- privilege separation - some snprintf/strlc{at,py} conversions - support for more architectures - signal handler fixes - default mouse wheel support in config tools - sunmouse protocol
12 lines
134 B
C
12 lines
134 B
C
/**
|
|
** Public Domain
|
|
**/
|
|
/* $OpenBSD: useMsg.c,v 1.1 2006/11/28 20:29:31 matthieu Exp $ */
|
|
|
|
#include "os.h"
|
|
|
|
void
|
|
UseMsg(void)
|
|
{
|
|
}
|