diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /include/libbb.h | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h index 7814c4b8e..a01a0ca3e 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -17,7 +17,7 @@ | |||
17 | * along with this program; if not, write to the Free Software | 17 | * along with this program; if not, write to the Free Software |
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | * | 19 | * |
20 | * Based in part on code from sash, Copyright (c) 1999 by David I. Bell | 20 | * Based in part on code from sash, Copyright (c) 1999 by David I. Bell |
21 | * Permission has been granted to redistribute this code under the GPL. | 21 | * Permission has been granted to redistribute this code under the GPL. |
22 | * | 22 | * |
23 | */ | 23 | */ |
@@ -130,7 +130,7 @@ extern int get_kernel_revision(void); | |||
130 | 130 | ||
131 | extern int get_console_fd(void); | 131 | extern int get_console_fd(void); |
132 | extern struct mntent *find_mount_point(const char *name, const char *table); | 132 | extern struct mntent *find_mount_point(const char *name, const char *table); |
133 | extern void write_mtab(char* blockDevice, char* directory, | 133 | extern void write_mtab(char* blockDevice, char* directory, |
134 | char* filesystemType, long flags, char* string_flags); | 134 | char* filesystemType, long flags, char* string_flags); |
135 | extern void erase_mtab(const char * name); | 135 | extern void erase_mtab(const char * name); |
136 | extern long *find_pid_by_name( const char* pidName); | 136 | extern long *find_pid_by_name( const char* pidName); |
@@ -276,7 +276,7 @@ enum { | |||
276 | MEGABYTE = (KILOBYTE*1024), | 276 | MEGABYTE = (KILOBYTE*1024), |
277 | GIGABYTE = (MEGABYTE*1024) | 277 | GIGABYTE = (MEGABYTE*1024) |
278 | }; | 278 | }; |
279 | const char *make_human_readable_str(unsigned long long size, | 279 | const char *make_human_readable_str(unsigned long long size, |
280 | unsigned long block_size, unsigned long display_unit); | 280 | unsigned long block_size, unsigned long display_unit); |
281 | 281 | ||
282 | int bb_ask_confirmation(void); | 282 | int bb_ask_confirmation(void); |