SerfCallbacks.hxx (5c7c46a0) | SerfCallbacks.hxx (08bb353f) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 9 unchanged lines hidden (view full) --- 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#ifndef INCLUDED_CALLBACKS_HXX 24#define INCLUDED_CALLBACKS_HXX 25 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 9 unchanged lines hidden (view full) --- 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#ifndef INCLUDED_CALLBACKS_HXX 24#define INCLUDED_CALLBACKS_HXX 25 |
26#include <serf/serf.h> | 26#include <serf.h> |
27 28extern "C" apr_status_t Serf_ConnectSetup( apr_socket_t *skt, 29 serf_bucket_t **read_bkt, 30 serf_bucket_t **write_bkt, 31 void *setup_baton, 32 apr_pool_t *pool ); 33 34extern "C" apr_status_t Serf_Credentials( char **username, --- 35 unchanged lines hidden --- | 27 28extern "C" apr_status_t Serf_ConnectSetup( apr_socket_t *skt, 29 serf_bucket_t **read_bkt, 30 serf_bucket_t **write_bkt, 31 void *setup_baton, 32 apr_pool_t *pool ); 33 34extern "C" apr_status_t Serf_Credentials( char **username, --- 35 unchanged lines hidden --- |