NeoMutt  2025-09-05-55-g97fc89
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
mutt_socket.h
Go to the documentation of this file.
1
23
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:88
struct Connection * mutt_conn_new(const struct ConnAccount *account)
Create a new Connection.
Definition mutt_socket.c:47
Login details for a remote server.
Definition connaccount.h:53
struct ConnAccount account
Account details: username, password, etc.
Definition connection.h:49