virt-v2v/v2v/dummy.c
Pino Toscano cada159dd7 v2v: add Var_expander
This helper module provides a facility to replace %{FOO}-like variables
in text strings with user-provided content.
2019-04-01 18:44:00 +02:00

3 lines
90 B
C

/* Dummy source, to be used for OCaml-based tools with no C sources. */
enum { foo = 1 };