Skip to content
Snippets Groups Projects
Commit 186a5feb authored by Joshua Colp's avatar Joshua Colp
Browse files

One line documentation ftw!

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 98e93bc8
Branches
Tags
No related merge requests found
...@@ -3412,6 +3412,7 @@ static void do_setnat(struct sip_pvt *p, int natflags) ...@@ -3412,6 +3412,7 @@ static void do_setnat(struct sip_pvt *p, int natflags)
} }
} }
   
/*! \brief Set the global T38 capabilities on a SIP dialog structure */
static void set_t38_capabilities(struct sip_pvt *p) static void set_t38_capabilities(struct sip_pvt *p)
{ {
p->t38.capability = global_t38_capability; p->t38.capability = global_t38_capability;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment