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

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

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

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

#ifndef FLAGS_H_
#define FLAGS_H_

#include "strarray.h"

EXPORTED int verify_flaglist(strarray_t *sl);

#endif /* FLAGS_H_ */