useDynLib(gb, .registration = TRUE, .fixes = ".F_")
export(.gbConnect)
##export everything that does not start with a .
exportPattern("^[^\\.]")
##importFrom(stats, dnorm, quantile, var)
