diff options
| author | Holger Lubitz | 2007-07-27 21:38:45 +0200 |
|---|---|---|
| committer | Holger Lubitz | 2007-07-27 21:38:45 +0200 |
| commit | 9280f2649a0337b323a6b11063fb8ecb3e56fc70 (patch) | |
| tree | d0a4a56e3b839cdf86465696eb0b20745d6f4b91 /src | |
| parent | make add_ndp_entry static (diff) | |
| download | ipxe-9280f2649a0337b323a6b11063fb8ecb3e56fc70.tar.gz ipxe-9280f2649a0337b323a6b11063fb8ecb3e56fc70.tar.xz ipxe-9280f2649a0337b323a6b11063fb8ecb3e56fc70.zip | |
make struct _softlabelkeys *slks static
Diffstat (limited to 'src')
| -rw-r--r-- | src/hci/mucurses/slk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/mucurses/slk.c b/src/hci/mucurses/slk.c index 4422e15a0..600658e75 100644 --- a/src/hci/mucurses/slk.c +++ b/src/hci/mucurses/slk.c @@ -50,7 +50,7 @@ struct _softlabelkeys { short saved_pair; }; -struct _softlabelkeys *slks; +static struct _softlabelkeys *slks; /* I either need to break the primitives here, or write a collection of |
