comparison: libpurple/protocols/facebook/http.h
libpurple/protocols/facebook/http.h
- changeset 40058
- 8a56f10bd1fb
- parent 40035
- d59a2f6c170f
- child 41122
- f29fa0dda4bf
equal
deleted
inserted
replaced
| 31 * The HTTP utilities. |
31 * The HTTP utilities. |
| 32 */ |
32 */ |
| 33 |
33 |
| 34 #include <glib.h> |
34 #include <glib.h> |
| 35 #include <libsoup/soup.h> |
35 #include <libsoup/soup.h> |
| 36 |
|
| 37 #include <libpurple/http.h> |
|
| 38 |
36 |
| 39 /** |
37 /** |
| 40 * FB_HTTP_ERROR: |
38 * FB_HTTP_ERROR: |
| 41 * |
39 * |
| 42 * The #GQuark of the domain of HTTP errors. |
40 * The #GQuark of the domain of HTTP errors. |