X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-lib%2Flib-lib.h;fp=lib-lib%2Flib-lib.h;h=5f8974d993e9700c7b738f8e91d11fdf922f5ce7;hp=0000000000000000000000000000000000000000;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hpb=c8c9a616c8c369da6aa06e656eacfb82af8707a8 diff --git a/lib-lib/lib-lib.h b/lib-lib/lib-lib.h new file mode 100644 index 0000000..5f8974d --- /dev/null +++ b/lib-lib/lib-lib.h @@ -0,0 +1,37 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + * + * Copyright © 2006 Pierre Habouzit + */ + +#ifndef MUTT_LIB_LIB_LIB_LIB_H +#define MUTT_LIB_LIB_LIB_LIB_H + +#include "macros.h" +#include "mem.h" + +#include "ascii.h" +#include "buffer.h" +#include "date.h" +#include "file.h" +#include "hash.h" +#include "list.h" +#include "mapping.h" +#include "rx.h" +#include "str.h" +#include "url.h" + +#endif