]> pd.if.org Git - uuid/commit
add leading prototype for pd_uuid_rng_get_bytes
authorNathan Wagner <nw@hydaspes.if.org>
Tue, 23 Sep 2014 04:41:54 +0000 (04:41 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Tue, 23 Sep 2014 04:41:54 +0000 (04:41 +0000)
commita8c8ac860fcc5ff1af94f42432cdc9636a8de779
tree28613cac3f9412f0283b4d3110eb3d4df0ba810e
parent17c5231ae64bd5b61abc13db6081f35d5da3ec44
add leading prototype for pd_uuid_rng_get_bytes

gcc was giving a warning for a missing prototype.  A prototype isn't
actually needed since there's one in pduuid.h and the function is
only used after it is defined in rng.c, but providing one will suppress
a warning without having to change the compile flags.
rng.c