#!/bin/sh
#
# m_palm_db6 -- lbdb interface to Contacts-PAdd via jppy
#
# Copyright © martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#
# $Id$
#
set -e # can't set -u because of #422214

prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/lbdb

m_palm_db6_query ()
{
  $libdir/palm_db6_lsaddr "$@"
}
