summaryrefslogtreecommitdiff
path: root/include/openvswitch/uuid.h
Commit message (Collapse)AuthorAgeFilesLines
* Add 'extern "C"' for all relevant public header files, plus a build check.Ben Pfaff2017-07-311-0/+8
| | | | | Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Russell Bryant <russell@ovn.org>
* Break uuid.h into private and public partsBen Warren2016-04-141-0/+35
Public (struct definitions and some prototypes) go in include/openvswitch Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>