imap-login-commands.c revision ba7db1e008078bfbed489e17bee00309e0a7b1f0
/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
#include "login-common.h"
#include "array.h"
#include "imap-login-commands.h"
static pool_t imap_login_commands_pool;
{
struct imap_login_command *const *cmdp;
return *cmdp;
}
return NULL;
}
unsigned int count)
{
struct imap_login_command *cmd;
unsigned int i;
for (i = 0; i < count; i++) {
}
}
static void
{
struct imap_login_command *const *cmdp;
return;
}
}
}
unsigned int count)
{
unsigned int i;
for (i = 0; i < count; i++)
}
void imap_login_commands_init(void)
{
}
void imap_login_commands_deinit(void)
{
}