diff options
author | massaraksh <[email protected]> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:49 +0300 |
commit | 684ac31120ef65e34ba32b0324c42a4f921a14c4 (patch) | |
tree | 6093a65dfcdb2257725cd02840f65f5346f822f8 /contrib/libs/libxml/rand.h | |
parent | 26922fe743f17dd1c12d5a4610a165bb8d11e3ef (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libxml/rand.h')
-rw-r--r-- | contrib/libs/libxml/rand.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/contrib/libs/libxml/rand.h b/contrib/libs/libxml/rand.h index eab92ea13f0..ff57844cf92 100644 --- a/contrib/libs/libxml/rand.h +++ b/contrib/libs/libxml/rand.h @@ -1,15 +1,15 @@ -#ifndef __XML_RAND_H__ -#define __XML_RAND_H__ - -#ifdef __cplusplus -extern "C" { -#endif - -int utilRandom(); - -#ifdef __cplusplus -} -#endif - -#endif - +#ifndef __XML_RAND_H__ +#define __XML_RAND_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +int utilRandom(); + +#ifdef __cplusplus +} +#endif + +#endif + |