make emacs indent

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@850 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent 0e64da9748
commit 9c5124fdcc

@ -484,3 +484,11 @@ void trans_bucket::dump()
(*it)->type,(*it)->msg,(*it)->to_tag.len,(*it)->to_tag.s,(*it)->reply_status,(*it)->state,(*it)->retr_buf);
}
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -135,3 +135,11 @@ void compute_branch(char* branch, const cstring& callid, const cstring& cseq);
void dumps_transactions();
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -79,3 +79,11 @@ void request_line_wr(char** c,
*((*c)++) = CR;
*((*c)++) = LF;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -63,3 +63,11 @@ void status_line_wr(char** c, int status_code,
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -311,3 +311,10 @@ int parse_gen_params(list<sip_avp*>* params, const char** c, int len, char stop_
return 0;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -163,3 +163,10 @@ int parse_sip_version(const char* beg, int len);
int parse_gen_params(list<sip_avp*>* params, const char** c, int len, char stop_char);
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -126,3 +126,10 @@ int parse_cseq(sip_cseq* cseq, const char* beg, int len)
return 0;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -53,3 +53,10 @@ inline sip_cseq* get_cseq(sip_msg* msg)
}
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -298,3 +298,10 @@ int parse_from_to(sip_from_to* ft, const char* beg, int len)
return ret;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -70,3 +70,10 @@ inline sip_from_to* get_to(sip_msg* msg)
}
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -455,3 +455,10 @@ int parse_headers(sip_msg* msg, char** c)
DBG("Incomplete header (st=%i;saved_st=%i)\n",st,saved_st);
return UNEXPECTED_EOT;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -79,3 +79,10 @@ struct sip_msg;
int parse_headers(sip_msg* msg, char** c);
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -398,3 +398,10 @@ int parse_uri(sip_uri* uri, const char* beg, int len)
return 0;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -60,3 +60,10 @@ struct sip_uri
int parse_uri(sip_uri* uri, const char* beg, int len);
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -514,3 +514,10 @@ int parse_via(sip_via* via, const char* beg, int len)
return 0;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -73,3 +73,10 @@ int parse_via(sip_via* via, const char* beg, int len);
#define MAGIC_BRANCH_LEN 7
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -62,3 +62,10 @@ int resolver::resolve_name(const char* name, sockaddr_storage* sa,
}
return err;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -38,3 +38,10 @@ class resolver
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -502,3 +502,10 @@ int parse_sip_msg(sip_msg* msg)
return err_fl || err_hdrs;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -131,3 +131,10 @@ int parse_method(int* method, const char* beg, int len);
int parse_sip_msg(sip_msg* msg);
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -34,3 +34,11 @@
#define J_TIMER 64*T1_TIMER
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -141,3 +141,10 @@ void sip_trans::reset_all_timers()
}
}
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -181,3 +181,10 @@ class sip_trans
};
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -151,3 +151,11 @@ class trans_layer
#endif // _trans_layer_h_
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -11,3 +11,10 @@ transport::~transport()
{
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -45,3 +45,10 @@ class transport: public AmThread
};
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -225,3 +225,10 @@ int udp_trsp::send(const sockaddr_storage* sa, const char* msg, const int msg_le
return 0;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -51,3 +51,10 @@ class udp_trsp: public transport
};
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -254,3 +254,10 @@ void wheeltimer::delete_timer(timer* t)
delete t;
}
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

@ -113,3 +113,10 @@ public:
#endif
/** EMACS **
* Local variables:
* mode: c++
* c-basic-offset: 4
* End:
*/

Loading…
Cancel
Save