diff include/freeDiameter/extension.h @ 658:f198d16fa7f4

Initial commit for 1.1.0: * Restructuring: * libfreeDiameter: - renamed folder & binary into libfdproto - renamed libfD.h into fdproto-internal.h - removed signals management (replaced by triggers in libfdcore) * freeDiameter split into: - libfdcore (most contents) - renamed fD.h into fdcore-internal.h - added core.c for framework init/shutdown. - new triggers mechanism in events.c. - freeDiameterd (main, command line parsing, signals management) * tests: - now in top-level directory tests. * other changes: - fd_dict_new now returns 0 on duplicate identical entries. - fixes in dict_legacy_xml - fixes in some dictionaries - moved FD_DEFAULT_CONF_FILENAME definition to freeDiameter-host.h
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 14 Jan 2011 15:15:23 +0900
parents 3e143f047f78
children 4a0b61061a6d
line wrap: on
line diff
--- a/include/freeDiameter/extension.h	Tue Jan 11 15:48:58 2011 +0900
+++ b/include/freeDiameter/extension.h	Fri Jan 14 15:15:23 2011 +0900
@@ -2,7 +2,7 @@
 * Software License Agreement (BSD License)                                                               *
 * Author: Sebastien Decugis <sdecugis@nict.go.jp>							 *
 *													 *
-* Copyright (c) 2009, WIDE Project and NICT								 *
+* Copyright (c) 2011, WIDE Project and NICT								 *
 * All rights reserved.											 *
 * 													 *
 * Redistribution and use of this software in source and binary forms, with or without modification, are  *
@@ -38,7 +38,7 @@
 
 /* Include definition of freeDiameter API */
 #include <freeDiameter/freeDiameter-host.h>
-#include <freeDiameter/freeDiameter.h>
+#include <freeDiameter/libfdcore.h>
 
 /* Macro that define the entry point of the extension */
 #define EXTENSION_ENTRY(_name, _function)						\
"Welcome to our mercurial repository"