Parent Directory
|
Revision Log
|
Patch
revision 955 by johnpye, Thu Oct 26 10:18:53 2006 UTC | revision 956 by johnpye, Sat Dec 9 15:38:05 2006 UTC | |
---|---|---|
# | Line 109 void DestroyEnvVar(struct asc_env_t *ev) | Line 109 void DestroyEnvVar(struct asc_env_t *ev) |
109 | /* | /* |
110 | * compare two env variable data blobs by name. | * compare two env variable data blobs by name. |
111 | */ | */ |
112 | static | |
113 | CmpFunc CmpEv; | |
114 | ||
115 | static | |
116 | int CmpEV(struct asc_env_t *ev1, struct asc_env_t *ev2) | int CmpEV(struct asc_env_t *ev1, struct asc_env_t *ev2) |
117 | { | { |
118 | if (ev1==ev2) { | if (ev1==ev2) { |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |