diff options
Diffstat (limited to 'lib/oauth.h')
-rw-r--r-- | lib/oauth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/oauth.h b/lib/oauth.h index 160e30f1..98e58c64 100644 --- a/lib/oauth.h +++ b/lib/oauth.h @@ -20,3 +20,5 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * * \***************************************************************************/ + +char *oauth_http_header( char *access_token, const char *method, const char *url, char *args ); |