19 lines
586 B
C
19 lines
586 B
C
/****************************************************************************
|
|
|
|
mod_dav_pgsql (DASL) for apache 2.X
|
|
CopyRight(C) 2005 SolutionBox Inc. All Rights reserved.
|
|
Author : sean kim (sean@solutionbox.co.kr)
|
|
|
|
$Id: search.h,v 1.2 2006/09/20 09:22:59 sean Exp $
|
|
|
|
Redistribution and use in source and binary forms, with or with out
|
|
modification, are not permitted in outside of SolutionBox Inc.
|
|
|
|
****************************************************************************/
|
|
|
|
/*
|
|
** Seach method for DASL - For alias
|
|
*/
|
|
|
|
int dav_dasl_method_search(request_rec * r);
|