Files
libguestfs/common/mltools/dummy.c
Richard W.M. Jones 80fa8a91e3 Rename mllib -> common/mltools.
This directory which previously contained random modules and functions
now has an official purpose: to be the place for any OCaml utility
needed by the OCaml virt tools.

This is just code movement, I didn't (yet) rename or move any of the
modules.
2017-09-28 14:39:23 +01:00

3 lines
90 B
C

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