blob: aa5b3658ee5523f197c2ef8c269d3c7e4b436daa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-az,v 1.1 2006/04/13 19:14:45 cube Exp $
--- src/sysdeps/sensors-common.c.orig 2006-03-30 00:23:37.000000000 +0200
+++ src/sysdeps/sensors-common.c
@@ -40,6 +40,8 @@ static gchar gkrellm_decimal_point,
mbmon_decimal_point;
static gboolean mbmon_need_decimal_point_fix;
+static gboolean (*mbmon_check_func)();
+
static gboolean
mbmon_decimal_point_fix(gchar *buf)
{
|