Navigation


Changeset 403:26aafbbc1640 in freeDiameter for extensions/app_radgw/rgw_common.h


Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw_common.h

    r356 r403  
    5656/* This structure points to a RADIUS client description, the definition is not known to plugins */
    5757struct rgw_client;
    58 /* This function is required to be able to translate user paswords */
    59 int rgw_clients_getkey(struct rgw_client * cli, unsigned char **key, size_t *key_len);
     58
     59int    rgw_clients_getkey(struct rgw_client * cli, unsigned char **key, size_t *key_len);
     60char * rgw_clients_id(struct rgw_client *cli);
     61int    rgw_clients_get_origin(struct rgw_client *cli, char **fqdn, char **realm);
    6062
    6163/* Each plugin must provide the following structure. */
Note: See TracChangeset for help on using the changeset viewer.