Skip to content
Snippets Groups Projects
Commit d3414c75 authored by Russell Bryant's avatar Russell Bryant
Browse files

Fix up various coding guidelines issues ...

 - handle memory allocation failures
 - add an ast_ prefix to a publicly exported function
 - put curly braces in the right places
 - add a bunch of spaces where they should be be used


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89266 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 51377db4
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ struct ast_hashtab_iter
/* some standard, default routines for general use */
/*! \brief For sizing the hash table, tells if num is prime or not */
int isPrime(int num);
int ast_is_prime(int num);
/*!
* \brief assumes a and b are char *
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment