xsync: make SyncAlarmCounterDestroyed static

This commit is contained in:
Julien Cristau 2009-01-11 08:16:55 +01:00
parent 292311b421
commit 6e20a4ae73

View File

@ -448,7 +448,7 @@ SyncSendCounterNotifyEvents(ClientPtr client, SyncAwait **ppAwait,
/* This function is called when an alarm's counter is destroyed.
* It is plugged into pTrigger->CounterDestroyed (for alarm triggers).
*/
void
static void
SyncAlarmCounterDestroyed(SyncTrigger *pTrigger)
{
SyncAlarm *pAlarm = (SyncAlarm *)pTrigger;