Added a non-functional "mark" command, which will be used for marking
commit48200cc74a72472a244ec3bed9b65e0cb9bc03c1
authorStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Thu, 29 Oct 2009 15:32:04 +0000 (29 16:32 +0100)
committerStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Thu, 29 Oct 2009 15:32:04 +0000 (29 16:32 +0100)
treedbfe8681cbe0c99b6713dd4d45c810c65dd1e490
parenta284702dd40dde6fad6ececcf0cf2b23061b092f
Added a non-functional "mark" command, which will be used for marking
tasks as done.
Added a constraint on the "parent" column of the table, so that a task
can't be its own parent (which isn't necessary in this program, but
might be in another implementation, so it's really about db design than
anything else).
The program now exits when the table can't be created.
commands.h
help.c
mark.c [new file with mode: 0644]
mark.h [new file with mode: 0644]
todo.c