diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-02-13 09:16:16 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-02-13 09:17:35 -0800 |
commit | 0bb80e0a96bcb1d5e81d9df7f9d942a4df3d373d (patch) | |
tree | b124f9c5e5c64fa0d4071850d73d24c04e56b90d /.gitignore | |
parent | 91bee3f907641cd2c6d6547f217fb03eae9e0906 (diff) |
Add dependency types and functions and a simple test program
Add a dependency API using the dep struct. This structure contains a
name string and a NULL terminated array of dependencies. A few accessor
type functions have been created.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,3 +14,4 @@ config.status configure libtool test +tdep |