NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
mutt_socket.h
Go to the documentation of this file.
1
24#ifndef MUTT_MUTT_SOCKET_H
25#define MUTT_MUTT_SOCKET_H
26
27struct ConnAccount;
28
29struct Connection *mutt_conn_find(const struct ConnAccount *account);
30struct Connection *mutt_conn_new (const struct ConnAccount *account);
31
32#endif /* MUTT_MUTT_SOCKET_H */
struct Connection * mutt_conn_find(const struct ConnAccount *account)
Find a connection from a list.
Definition: mutt_socket.c:90
struct Connection * mutt_conn_new(const struct ConnAccount *account)
Create a new Connection.
Definition: mutt_socket.c:49
Login details for a remote server.
Definition: connaccount.h:53
struct ConnAccount account
Account details: username, password, etc.
Definition: connection.h:49