plugin_block_dns.c | plugin_block_dns.c | |||
---|---|---|---|---|
skipping to change at line 22 | skipping to change at line 22 | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
General Public License for more details. | General Public License for more details. | |||
You should have received a copy of the GNU General Public License | You should have received a copy of the GNU General Public License | |||
along with GNUnet; see the file COPYING. If not, write to the | along with GNUnet; see the file COPYING. If not, write to the | |||
Free Software Foundation, Inc., 59 Temple Place - Suite 330, | Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |||
Boston, MA 02111-1307, USA. | Boston, MA 02111-1307, USA. | |||
*/ | */ | |||
/** | /** | |||
* @file vpn/plugin_block_dns.c | * @file dns/plugin_block_dns.c | |||
* @brief block plugin for storing .gnunet-bindings | * @brief block plugin for storing .gnunet-bindings | |||
* @author Philipp Tölke | * @author Philipp Tölke | |||
*/ | */ | |||
#include "platform.h" | #include "platform.h" | |||
#include "gnunet_block_plugin.h" | #include "gnunet_block_plugin.h" | |||
#include "block_dns.h" | #include "block_dns.h" | |||
#include "gnunet_signatures.h" | #include "gnunet_signatures.h" | |||
#define DEBUG_DHT GNUNET_EXTRA_LOGGING | #define DEBUG_DHT GNUNET_EXTRA_LOGGING | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |