mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
use curl standard source formatting
This commit is contained in:
parent
2b700fae9d
commit
b7c56594b3
@ -22,7 +22,11 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
typedef enum {UPTSet=1,UPTCharRange,UPTNumRange} URLPatternType;
|
typedef enum {
|
||||||
|
UPTSet=1,
|
||||||
|
UPTCharRange,
|
||||||
|
UPTNumRange
|
||||||
|
} URLPatternType;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
URLPatternType type;
|
URLPatternType type;
|
||||||
|
Loading…
Reference in New Issue
Block a user