diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/usb_util.h | 20 | 
1 files changed, 19 insertions, 1 deletions
| diff --git a/includes/usb_util.h b/includes/usb_util.h index 5d7f55bf..e9130b99 100644 --- a/includes/usb_util.h +++ b/includes/usb_util.h @@ -1,3 +1,21 @@ +/* + *    HardInfo - Displays System Information + *    Copyright (C) 2003-2017 Leandro A. F. Pereira <leandro@hardinfo.org> + * + *    This program is free software; you can redistribute it and/or modify + *    it under the terms of the GNU General Public License as published by + *    the Free Software Foundation, version 2. + * + *    This program is distributed in the hope that it will be useful, + *    but WITHOUT ANY WARRANTY; without even the implied warranty of + *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the + *    GNU General Public License for more details. + * + *    You should have received a copy of the GNU General Public License + *    along with this program; if not, write to the Free Software + *    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA + */ +  #ifndef __USB_UTIL_H__  #define __USB_UTIL_H__ @@ -20,7 +38,7 @@ typedef struct usbd {      int speed_mbs; /* TODO: */ -    int user_scan; /* not scanned as root */ +    gboolean user_scan; /* not scanned as root */      struct usbd *next;  } usbd; | 
