/**
* $Id$
*
- * @file io/io.h
+ * @file lib/io/base.h
* @brief Transport-specific functions.
*
* @copyright 2016 Alan DeKok <aland@freeradius.org>
#pragma once
/**
* $Id$
- * @file lib/ldap/ldap.h
+ * @file lib/ldap/base.h
* @brief Common utility functions for interacting with LDAP directories
*
* @author Arran Cudbard-Bell <a.cudbardb@freeradius.org>
/**
* $Id$
- * @file redis.h
+ * @file lib/redis/base.h
* @brief Common functions for interacting with Redis via hiredis
*
* @author Arran Cudbard-Bell