efl/legacy/ecore/src/lib/ecore_con
Lucas De Marchi 0a4617ae38 FORMATTING
* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
2010-08-04 16:57:32 +00:00
..
.cvsignore Quiet. 2005-07-29 16:41:05 +00:00
Ecore_Con.h FORMATTING 2010-08-04 16:57:32 +00:00
Makefile.am Move Ecore.h (and associated headers) to own dir. 2010-07-09 06:23:19 +00:00
ecore_con.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_con_ares.c add full ssl certificate support to ecore_con: call ecore_con_ssl_cert_add("/path/to/cert.pem") and then create the server object with the ECORE_CON_LOAD_CERT flag 2010-07-27 06:30:27 +00:00
ecore_con_info.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_con_local.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_con_private.h fix cert support, split functions for client/server 2010-07-28 18:25:46 +00:00
ecore_con_ssl.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_con_url.c FORMATTING 2010-08-04 16:57:32 +00:00