Files
asterisk/main
Luigi Rizzo 8e4360b072 Add a new API function, written at least twice in app_voicemail.c
and likely in other places too.

This is quite useful when placing mail/html stuff in config files.

 /*!
   \brief Convert some C escape sequences (\b\f\n\r\t) into the
        equivalent characters.
   \brief s The string to be converted (will be modified).
   \return The converted string.
  */
 char *ast_unescape_c(char *s);
 




git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-12-19 17:09:01 +00:00
..
2007-11-28 15:38:03 +00:00
2007-11-24 13:48:48 +00:00
2007-11-27 20:21:57 +00:00
2007-12-11 22:20:22 +00:00
2007-11-27 21:10:50 +00:00
2007-12-07 23:32:09 +00:00
2007-11-27 21:10:50 +00:00
2007-12-03 23:49:40 +00:00
2007-11-24 13:48:48 +00:00
2007-12-04 17:36:59 +00:00
2007-11-21 00:23:49 +00:00
2007-12-14 14:48:38 +00:00