* xmlFileMatch: * @filename: the URI for matching * * DEPRECATED: Internal function, don't use. * * Returns 1 if matches, 0 otherwise */
| 665 | * Returns 1 if matches, 0 otherwise |
| 666 | */ |
| 667 | int |
| 668 | xmlFileMatch (const char *filename ATTRIBUTE_UNUSED) { |
| 669 | return(1); |
| 670 | } |
| 671 | |
| 672 | /** |
| 673 | * xmlFileOpenSafe: |
no outgoing calls
no test coverage detected