summaryrefslogtreecommitdiff
path: root/src/htsfilters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsfilters.h')
-rw-r--r--src/htsfilters.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/htsfilters.h b/src/htsfilters.h
index d49ef95..73e1880 100644
--- a/src/htsfilters.h
+++ b/src/htsfilters.h
@@ -17,37 +17,34 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
Important notes:
- We hereby ask people using this source NOT to use it in purpose of grabbing
emails addresses, or collecting any other private information on persons.
This would disgrace our work, and spoil the many hours we spent on it.
-
Please visit our Website: http://www.httrack.com
*/
-
/* ------------------------------------------------------------ */
/* File: httrack.c subroutines: */
/* filters ("regexp") */
/* Author: Xavier Roche */
/* ------------------------------------------------------------ */
-
-
#ifndef HTSFILT_DEFH
-#define HTSFILT_DEFH
+#define HTSFILT_DEFH
/* Library internal definictions */
#ifdef HTS_INTERNAL_BYTECODE
#include "htsbase.h"
-int fa_strjoker(int type,char** filters,int nfil,char* nom,LLint* size,int* size_flag,int* depth);
-HTS_INLINE char* strjoker(char* chaine,char* joker,LLint* size,int* size_flag);
-char* strjokerfind(char* chaine,char* joker);
+int fa_strjoker(int type, char **filters, int nfil, char *nom, LLint * size,
+ int *size_flag, int *depth);
+HTS_INLINE char *strjoker(char *chaine, char *joker, LLint * size,
+ int *size_flag);
+char *strjokerfind(char *chaine, char *joker);
#endif
#endif