o split handle_switch, to make it more lib friendly
commit659513c0418d16cc9b5be9f5293b9a43f618c9ca
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Fri, 12 Sep 2003 06:10:43 +0000 (11 23:10 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:14 +0000 (7 21:01 -0700)
tree09fc71e8e0b2e29cb77cc5bc4ca38abb4e380798
parent9024fa923527499a8ab72b5019ce554fc79164a1
o split handle_switch, to make it more lib friendly

I.e. a more complex tool will need a different handle_switch,
so make the handling of each switch a function that can be
used by such specialized handle_switch while keeping handle_switch
for simpler tools.
lib.c