]> git.tdb.fi Git - ext/subsurface.git/commit
Make the import source an enumeration
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Sep 2011 20:45:14 +0000 (13:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Sep 2011 20:45:14 +0000 (13:45 -0700)
commit89593a542aaf0554cceda7f92ad51e9df7e4cbde
tree8bd341f172e4530bc7f517531b640d99e1c9a6ec
parent4f5e3a06ab9ea8dea656b07bff9d0f4022c5b6ba
Make the import source an enumeration

Instead of having each import source recognition routine set a separate
flag for that import source, just enumerate them and set them in one
variable.

I'm adding yet another xml importer - divinglog.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
parse-xml.c