Codebase list cyrus-imapd / debian/3.0.8-6+deb10u1 sieve / flags.h
debian/3.0.8-6+deb10u1

Tree @debian/3.0.8-6+deb10u1 (Download .tar.gz)

flags.h @debian/3.0.8-6+deb10u1raw · 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_ */