Codebase list cyrus-imapd / debian/3.2.1-2 sieve / flags.h
debian/3.2.1-2

Tree @debian/3.2.1-2 (Download .tar.gz)

flags.h @debian/3.2.1-2raw · history · blame

/*
 * flags.h
 *
 *  Created on: Oct 6, 2014
 *      Author: James Cassell
 */

#ifndef FLAGS_H_
#define FLAGS_H_

#include "strarray.h"

int verify_flaglist(strarray_t *sl);

#endif /* FLAGS_H_ */