Update codebase to remove clang warnings (and a couple of legit errors
[typhoon.git] / src / epd.c
1 /**
2
3 Copyright (c) Scott Gasch
4
5 Module Name:
6
7     epd.c
8
9 Abstract:
10
11 Author:
12
13     Scott Gasch ([email protected]) 26 Aug 2004
14
15 Revision History:
16
17     $Id: epd.c 345 2007-12-02 22:56:42Z scott $
18
19 **/
20
21 #include "chess.h"
22
23 FLAG
24 ParseEPDLine(char *szEpd)
25 {
26     char *szFen = FindChunk(szEpd, 1);
27     
28     
29 }