From: Nathan Wagner Date: Tue, 23 Sep 2014 04:41:54 +0000 (+0000) Subject: add leading prototype for pd_uuid_rng_get_bytes X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=a8c8ac860fcc5ff1af94f42432cdc9636a8de779;hp=a8c8ac860fcc5ff1af94f42432cdc9636a8de779;p=uuid 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. ---