lib: added FifoArgs API, for use in passing command line args without command line
commit5ad58179593b53476833f2ab4978948ccfcb89eb
authorChris Frey <cdfrey@foursquare.net>
Mon, 30 Apr 2012 23:38:19 +0000 (30 19:38 -0400)
committerChris Frey <cdfrey@foursquare.net>
Mon, 30 Apr 2012 23:38:19 +0000 (30 19:38 -0400)
tree7e5e167784d9e1de3febc42eac5ab099e87932ae
parentf411350dda43c546286a2b0412e685fec93bbc9b
lib: added FifoArgs API, for use in passing command line args without command line

Mostly for use with applications using pppob, but may be useful elsewhere
as well someday.
src/Makefile.am
src/barry.h
src/common.h
src/fifoargs.cc [new file with mode: 0644]
src/fifoargs.h [new file with mode: 0644]