/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ #if !defined(NET_FOSSIL_SCM_LIBFOSSIL_H_INCLUDED) #define NET_FOSSIL_SCM_LIBFOSSIL_H_INCLUDED /* ** Copyright (c) 2013 D. Richard Hipp ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of the Simplified BSD License (also ** known as the "2-Clause License" or "FreeBSD License".) ** ** 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. ** ** Author contact information: ** drh@hwaci.com ** http://www.hwaci.com/drh/ ** ******************************************************************************* ** This file is the primary header for the public APIs. It includes ** various other header files. They are split into multiple headers ** primarily becuase my poor old netbook is beginning to choke on ** syntax-highlighting them and browsing their (large) Doxygen output. */ /* config.h MUST be included first so we can set some portability flags and config-dependent typedefs! */ #include "fossil-config.h" #include "fossil-util.h" #include "fossil-core.h" #include "fossil-db.h" #include "fossil-content.h" #include "fossil-hash.h" #endif /* NET_FOSSIL_SCM_LIBFOSSIL_H_INCLUDED */