]> git.tuebingen.mpg.de Git - adu.git/commit
Use only one copy of struct select_conf.
authorAndre Noll <maan@systemlinux.org>
Mon, 23 Jun 2008 11:53:57 +0000 (13:53 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 23 Jun 2008 11:53:57 +0000 (13:53 +0200)
commit015abc3b736ce8cb784b9e60d8c4cf2427874d2d
treeb85d19988ba33a7e17deb971a484f85bc4ce1c46
parent8d22db9e22ee4750cdf924163124078d62e7b48c
Use only one copy of struct select_conf.

Previously, we had one copy in select.c and another copy in
interactive.c. Define a single copy in adu.c instead and use
it from both interactive.c and select.c.
adu.c
adu.h
interactive.c
select.c