libpurple/protocols/jabber/auth_scram.h

changeset 39819
3554dac2991b
parent 38306
3751be7f48c3
child 42436
185c0b83e408
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
19 * 19 *
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
24 #ifndef PURPLE_JABBER_AUTH_SCRAM_H_ 24
25 #define PURPLE_JABBER_AUTH_SCRAM_H_ 25 #ifndef PURPLE_JABBER_AUTH_SCRAM_H
26 #define PURPLE_JABBER_AUTH_SCRAM_H
26 27
27 /* 28 /*
28 * Every function in this file is ONLY exposed for tests. 29 * Every function in this file is ONLY exposed for tests.
29 * DO NOT USE ANYTHING HERE OR YOU WILL BE SENT TO THE PIT OF DESPAIR. 30 * DO NOT USE ANYTHING HERE OR YOU WILL BE SENT TO THE PIT OF DESPAIR.
30 */ 31 */
89 /** 90 /**
90 * Clean up and destroy the data struct 91 * Clean up and destroy the data struct
91 */ 92 */
92 void jabber_scram_data_destroy(JabberScramData *data); 93 void jabber_scram_data_destroy(JabberScramData *data);
93 94
94 #endif /* PURPLE_JABBER_AUTH_SCRAM_H_ */ 95 #endif /* PURPLE_JABBER_AUTH_SCRAM_H */

mercurial