Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed May 11, 2015
1 parent d9011f5 commit ef3ed31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion http.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Purpose: Main file.
*
***********************************************************************
* Copyright 2014 Paul Ramsey <[email protected]>
* Copyright 2015 Paul Ramsey <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
Expand Down Expand Up @@ -214,6 +214,9 @@ string_info_remove_cr(StringInfo si)
return;
}

/**
* Add an array of http_header tuples into a Curl string list.
*/
static struct curl_slist *
header_array_to_slist(ArrayType *array, struct curl_slist *headers)
{
Expand Down

0 comments on commit ef3ed31

Please sign in to comment.