]> git.cworth.org Git - mnemon/commit
Further separation of mnemon main program from mnemon library.
authorCarl Worth <cworth@cworth.org>
Mon, 26 Sep 2011 04:56:38 +0000 (21:56 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Sep 2011 05:10:57 +0000 (22:10 -0700)
commit33d0169d3bd989486de8e97f58002c1544a8211e
tree21cc9b2095a8ecbc2e662dfeeb3c5f6deda021d2
parente213a74c688dc475578348ac5e0e438055d11311
Further separation of mnemon main program from mnemon library.

As I'm starting to generate a real interface here, I continue to find
functionality that would violate that interface. Fix this by moving things
up into the main program as necessary to keep the interface fairly clean.

For example, all session-based notions, (such as to_introduce,
to_master, etc.), are now part of a new progress_t within main.c
instead of being part of mnemon_t in the library, (since one program
might have a vey different notion of what a session is than another).
main.c
mnemon.c
mnemon.h