a9d79df3cbd3f62b8607f053db951ccc0b7647da max Thu Mar 26 05:15:35 2015 -0700 previous commit was way overzealous, re-adding stubs for old gisaid code. Should have not touched this, sorry. diff --git src/hg/lib/validateGisaid.c src/hg/lib/validateGisaid.c new file mode 100644 index 0000000..2a4612c --- /dev/null +++ src/hg/lib/validateGisaid.c @@ -0,0 +1,12 @@ +/* This is a dummy function for non-GISAID server */ + +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ +#include "common.h" + +#include "hCommon.h" + +boolean validateGisaidUser() +{ +return TRUE; +}