| 827 * |
827 * |
| 828 * @param sess Session to initialize. |
828 * @param sess Session to initialize. |
| 829 * @param nonblocking Set to true if you want connections to be non-blocking. |
829 * @param nonblocking Set to true if you want connections to be non-blocking. |
| 830 * @param debuglevel Level of debugging output (zero is least). |
830 * @param debuglevel Level of debugging output (zero is least). |
| 831 */ |
831 */ |
| 832 faim_export void aim_session_init(aim_session_t *sess, bool nonblocking, int debuglevel) |
832 faim_export void aim_session_init(aim_session_t *sess, fu8_t nonblocking, int debuglevel) |
| 833 { |
833 { |
| 834 |
834 |
| 835 if (!sess) |
835 if (!sess) |
| 836 return; |
836 return; |
| 837 |
837 |