diff options
author | jbj <devnull@localhost> | 1998-07-25 15:10:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-07-25 15:10:58 +0000 |
commit | 9acba0bdddcbd3cfd7c3d6729191b23dab432097 (patch) | |
tree | 84f90a7840af561c060554fadc9e0dd61d22ee3a /lib/misc.h | |
parent | 15ac92ba2933d5953abbcae4fa75a771ca5b85e3 (diff) | |
download | librpm-tizen-9acba0bdddcbd3cfd7c3d6729191b23dab432097.tar.gz librpm-tizen-9acba0bdddcbd3cfd7c3d6729191b23dab432097.tar.bz2 librpm-tizen-9acba0bdddcbd3cfd7c3d6729191b23dab432097.zip |
Add multiple include avoidance and c++ prototype wrapping throughout *.h.
Delete trailing white space in *.h.
CVS patchset: 2181
CVS date: 1998/07/25 15:10:58
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.h b/lib/misc.h index 5eeb747d6..9f874e855 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -28,4 +28,4 @@ char * gidToGname(gid_t gid); int makeTempFile(char * prefix, char ** fnptr, int * fdptr); -#endif +#endif /* H_MISC */ |