blob: 6676f4d12c2b990d6e0f4c239e62a485a47542c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- lib/sl_version.h.orig 2001-06-26 13:22:43 UTC
+++ lib/sl_version.h
@@ -39,9 +39,9 @@ void sl_info (void);
void sl_warranty (void);
-int sl_major_version;
-int sl_minor_version;
-int sl_patch_level;
+extern int sl_major_version;
+extern int sl_minor_version;
+extern int sl_patch_level;
__END_DECLS
#endif /* _sl_version_h */
|