Change fsmReadLink() to take "normal" arguments
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 13 Jan 2012 14:21:11 +0000 (16:21 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 13 Jan 2012 15:18:43 +0000 (17:18 +0200)
commit99d00350b7aea245c014926d0f7883162eefb11a
treeb90f4846c24fcb435555d23efd5c7b067d8bff29
parent2412e66ea47ff786f2d8bcbf5b6602f83e416e84
Change fsmReadLink() to take "normal" arguments

- This doesn't need access to the entire fsm, it just needs a buffer
  to place the results in / return errors. Currently the "out" buffer
  is (ab)used for the results, this just forces that to stand out
  and should make it easier to sanitize later.
lib/fsm.c