X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Flib%2Fpudisks2.c;h=7111174d06d41956805b6e45c9374a9610cecb65;hp=444fa01ddc95bf6e4594d4eb279879a64e2deaa2;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=58a00bf0b15e00d4e591d1ced021361e8ce63c6d diff --git a/src/lib/pudisks2.c b/src/lib/pudisks2.c index 444fa01..7111174 100644 --- a/src/lib/pudisks2.c +++ b/src/lib/pudisks2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -40,7 +40,7 @@ struct udisks_data { struct timeval last_smart_update; }; -void udisks_data_free(void *data) +static void udisks_data_free(void *data) { struct udisks_data *u;