mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 20:38:45 +00:00
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
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user