From c8150fc120dc13f658e2761987521b7f6e15561e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 2 Oct 2009 17:49:31 -0500 Subject: Use small caps for 2G/3G functions --- src/simutil.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/simutil.h') diff --git a/src/simutil.h b/src/simutil.h index 843490fa..7001e19c 100644 --- a/src/simutil.h +++ b/src/simutil.h @@ -107,11 +107,11 @@ void sim_adn_build(unsigned char *data, int length, struct sim_ef_info *sim_ef_db_lookup(unsigned short efid); -gboolean sim_parse_3G_get_response(unsigned char *data, int len, +gboolean sim_parse_3g_get_response(unsigned char *data, int len, int *file_len, int *record_len, int *structure, unsigned char *access, unsigned short *efid); -gboolean sim_parse_2G_get_response(unsigned char *response, int len, +gboolean sim_parse_2g_get_response(unsigned char *response, int len, int *file_len, int *record_len, int *structure, unsigned char *access); -- cgit v1.2.3