comparison: libpurple/connection.h
libpurple/connection.h
- branch
- soc.2013.gobjectification.plugins
- changeset 36543
- a8c3fecee2d3
- parent 36365
- 3e80571fb825
- child 36544
- 1bf8b6ef5aea
equal
deleted
inserted
replaced
| 153 } PurpleConnectionErrorInfo; |
153 } PurpleConnectionErrorInfo; |
| 154 |
154 |
| 155 #include <time.h> |
155 #include <time.h> |
| 156 |
156 |
| 157 #include "account.h" |
157 #include "account.h" |
| 158 #include "prpl.h" |
158 #include "protocol.h" |
| 159 #include "status.h" |
159 #include "status.h" |
| 160 #include "sslconn.h" |
160 #include "sslconn.h" |
| 161 |
161 |
| 162 /** |
162 /** |
| 163 * Connection UI operations. Used to notify the user of changes to |
163 * Connection UI operations. Used to notify the user of changes to |