Codebase list cyrus-imapd / lintian-fixes/main sieve / flags.h
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

flags.h @lintian-fixes/mainraw · 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_ */