/*********************************************** !!!! DO NOT EDIT THIS FILE !!!! This file was auto-generated by Build.PL from lib/KinoSearch/Util/VerifyArgs.pm See KinoSearch::Docs::DevGuide for details. ***********************************************/ #line 63 "lib/KinoSearch/Util/VerifyArgs.pm" #ifndef H_KINO_VERIFY_ARGS #define H_KINO_VERIFY_ARGS 1 #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include "KinoSearchUtilCarp.h" /* Return a mortalized hash, built using a defaults hash and @_. */ #define Kino_Verify_build_args_hash(args_hash, defaults_hash_name, stack_st)\ /* dXSARGS in the next function pops a stack marker, so we push one */ \ PUSHMARK(SP); \ args_hash = Kino_Verify_do_build_args_hash(defaults_hash_name, stack_st); HV* Kino_Verify_do_build_args_hash(char*, I32); SV* Kino_Verify_extract_arg(HV*, char*, I32); #endif /* include guard */