libguess.h | libguess.h | |||
---|---|---|---|---|
skipping to change at line 43 | skipping to change at line 43 | |||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | |||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
* | * | |||
*/ | */ | |||
#ifndef _LIBGUESS_H | #ifndef _LIBGUESS_H | |||
#define _LIBGUESS_H 1 | #define _LIBGUESS_H 1 | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <string.h> | #include <string.h> | |||
#include <mowgli.h> | ||||
/* prototypes */ | /* prototypes */ | |||
#ifdef LIBGUESS_CORE | #ifdef LIBGUESS_CORE | |||
#include <mowgli.h> | ||||
#include "autoconf.h" | #include "autoconf.h" | |||
const char *guess_jp(const char *buf, int buflen); | const char *guess_jp(const char *buf, int buflen); | |||
const char *guess_tw(const char *buf, int buflen); | const char *guess_tw(const char *buf, int buflen); | |||
const char *guess_cn(const char *buf, int buflen); | const char *guess_cn(const char *buf, int buflen); | |||
const char *guess_kr(const char *buf, int buflen); | const char *guess_kr(const char *buf, int buflen); | |||
const char *guess_ru(const char *buf, int buflen); | const char *guess_ru(const char *buf, int buflen); | |||
const char *guess_ar(const char *buf, int buflen); | const char *guess_ar(const char *buf, int buflen); | |||
const char *guess_tr(const char *buf, int buflen); | const char *guess_tr(const char *buf, int buflen); | |||
const char *guess_gr(const char *buf, int buflen); | const char *guess_gr(const char *buf, int buflen); | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added | |||