summaryrefslogtreecommitdiffstats
path: root/gatchat/gatsyntax.h
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-01-12 12:52:18 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-12 08:06:59 -0800
commit2182336c8b60358baee34077b081f9f7d5ce9516 (patch)
tree1f74d2976c0413cb78827659eaab7970e9aad250 /gatchat/gatsyntax.h
parent2b8b08c1343bb3b8c294aa485a0b642017cd64ce (diff)
downloadofono-2182336c8b60358baee34077b081f9f7d5ce9516.tar.bz2
gatchat: M15 coding styles fixes
Diffstat (limited to 'gatchat/gatsyntax.h')
-rw-r--r--gatchat/gatsyntax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gatchat/gatsyntax.h b/gatchat/gatsyntax.h
index d76cf6fa..afc0bd39 100644
--- a/gatchat/gatsyntax.h
+++ b/gatchat/gatsyntax.h
@@ -69,13 +69,13 @@ GAtSyntax *g_at_syntax_new_full(GAtSyntaxFeedFunc feed,
* properly and can be used to detect a modem's deviations from the relevant
* standards.
*/
-GAtSyntax *g_at_syntax_new_gsmv1();
+GAtSyntax *g_at_syntax_new_gsmv1(void);
/* This syntax implements an extremely lax parser that can handle a variety
* of modems. Unfortunately it does not deal with echo at all, so echo must
* be explicitly turned off before using the parser
*/
-GAtSyntax *g_at_syntax_new_gsm_permissive();
+GAtSyntax *g_at_syntax_new_gsm_permissive(void);
GAtSyntax *g_at_syntax_ref(GAtSyntax *syntax);
void g_at_syntax_unref(GAtSyntax *syntax);