Navigation



Ignore:
Timestamp:
Aug 31, 2009, 11:31:10 AM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix names to proper case for freeDiameter

File:
1 moved

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfreeDiameter.h

    r0 r1  
    3434*********************************************************************************************************/
    3535
    36 /* This file contains the definitions of functions and types used by the libfreediameter library.
    37  *
    38  * This library is meant to be used by both the freediameter daemon and its extensions.
     36/* This file contains the definitions of functions and types used by the libfreeDiameter library.
     37 *
     38 * This library is meant to be used by both the freeDiameter daemon and its extensions.
    3939 *
    4040 * It provides the tools to manipulate Diameter messages and related data.
    4141 *
    42  * This file should always be included as #include <freediameter/libfreediameter.h>
    43  * Note that this library does not store any state. The daemon must pass the pointer to
    44  * the dictionary and other global objects to all extensions that use the libfreediameter
    45  * library.
     42 * This file should always be included as #include <freeDiameter/libfreeDiameter.h>
    4643 */
    4744
     
    5047
    5148#ifndef FD_IS_CONFIG
    52 #error "You must include 'freediameter-host.h' before this file."
     49#error "You must include 'freeDiameter-host.h' before this file."
    5350#endif /* FD_IS_CONFIG */
    5451
Note: See TracChangeset for help on using the changeset viewer.