mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
headers: end all headers with guard comment
Most headerfiles end with a /* <headerguard> */ comment, but it was missing from some. The comment isn't the most important part of our code documentation but consistency has an intrinsic value in itself. This adds header guard comments to the files that were lacking it. Closes #3158 Reviewed-by: Jay Satiro <raysatiro@yahoo.com> Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
a023dfa19a
commit
06d8f16b87
4 changed files with 4 additions and 4 deletions
|
|
@ -44,4 +44,4 @@ CURLcode Curl_getworkingpath(struct connectdata *conn,
|
|||
char **path);
|
||||
|
||||
CURLcode Curl_get_pathname(const char **cpp, char **path, char *homedir);
|
||||
#endif
|
||||
#endif /* HEADER_CURL_PATH_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue