aboutsummaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-06-27 02:56:58 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-06-27 02:56:58 +0000
commita948a8887d8180a4c22dbc740d349a3ddfd02b9b (patch)
tree2f6468a7e10f9a8f0cf0eebc17ffe4be6bee4474 /archive
parent22cbb24d59c600b0f4be6874848cc73691ebd69a (diff)
downloadsg3_utils-a948a8887d8180a4c22dbc740d349a3ddfd02b9b.tar.gz
Load sg3_utils-1.05 into trunk/.
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@34 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'archive')
-rw-r--r--archive/sg_err.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/archive/sg_err.h b/archive/sg_err.h
index 317767b6..ef57b5ce 100644
--- a/archive/sg_err.h
+++ b/archive/sg_err.h
@@ -3,7 +3,7 @@
/* Feel free to copy and modify this GPL-ed code into your applications. */
-/* Version 0.89 (20030313)
+/* Version 0.90 (20030519)
*/
@@ -157,6 +157,6 @@ extern int sg_err_category3(struct sg_io_hdr * hp);
extern int sg_get_command_size(unsigned char opcode);
extern void sg_get_command_name(unsigned char opcode, int buff_len,
- char * buff);
+ char * buff);
#endif